Revert "turn preferences into a simple file"
This reverts commit 0011e70a24
.
This commit is contained in:
parent
746d47f424
commit
e0a6bf1b7a
2 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class apt {
|
||||||
config_file {
|
config_file {
|
||||||
# this just pins unstable and testing to very low values
|
# this just pins unstable and testing to very low values
|
||||||
"/etc/apt/preferences":
|
"/etc/apt/preferences":
|
||||||
source => "puppet://$servername/apt/preferences",
|
content => template("apt/preferences.erb"),
|
||||||
# use File[apt_config] to reference a completed configuration
|
# use File[apt_config] to reference a completed configuration
|
||||||
# See "The Puppet Semaphor" 2007-06-25 on the puppet-users ML
|
# See "The Puppet Semaphor" 2007-06-25 on the puppet-users ML
|
||||||
alias => apt_config,
|
alias => apt_config,
|
||||||
|
|
Loading…
Reference in a new issue