diff options
author | root <root@puppet.koumbit.net> | 2008-01-25 16:36:33 -0500 |
---|---|---|
committer | root <root@puppet.koumbit.net> | 2008-01-25 16:36:33 -0500 |
commit | 0011e70a24ff49169da294b00b6b39b77fb05c86 (patch) | |
tree | e46ce6c6812a4f4e83f52c800a73ce3e31e184ed | |
parent | 7e0d36279b5ed8dcd25084aca67e5ba4bdbe5056 (diff) |
turn preferences into a simple file
-rw-r--r-- | files/preferences (renamed from templates/preferences.erb) | 0 | ||||
-rw-r--r-- | manifests/init.pp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/preferences.erb b/files/preferences index ac71582..ac71582 100644 --- a/templates/preferences.erb +++ b/files/preferences diff --git a/manifests/init.pp b/manifests/init.pp index 161a5da..2128e2f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, |