turn preferences into a simple file

This commit is contained in:
root 2008-01-25 16:36:33 -05:00
parent 7e0d36279b
commit 0011e70a24
2 changed files with 1 additions and 1 deletions

View file

@ -45,7 +45,7 @@ class apt {
config_file {
# this just pins unstable and testing to very low values
"/etc/apt/preferences":
content => template("apt/preferences.erb"),
source => "puppet://$servername/apt/preferences",
# use File[apt_config] to reference a completed configuration
# See "The Puppet Semaphor" 2007-06-25 on the puppet-users ML
alias => apt_config,