aboutsummaryrefslogtreecommitdiff
path: root/manifests/unattended_upgrades.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-11-21 16:41:56 +0100
committerintrigeri <intrigeri@boum.org>2010-11-21 16:41:56 +0100
commitf22861e820dc2c7f638561a2704dff19810daa66 (patch)
treef73f4192205053459f7da4c94532a6bb5b21c726 /manifests/unattended_upgrades.pp
parent71d42350d1edb643a20e651a6c4ab965e6903305 (diff)
parent27d5808299045ebd6f428e7d8131d11d9ab37712 (diff)
downloadpuppet-apt-f22861e820dc2c7f638561a2704dff19810daa66.tar.gz
puppet-apt-f22861e820dc2c7f638561a2704dff19810daa66.tar.bz2
Merge commit '27d5808299045ebd6f428e7d8131d11d9ab37712'.
One more painless merge commit. Conflicts: manifests/init.pp
Diffstat (limited to 'manifests/unattended_upgrades.pp')
-rw-r--r--manifests/unattended_upgrades.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/unattended_upgrades.pp b/manifests/unattended_upgrades.pp
index 6a0c685..fb04193 100644
--- a/manifests/unattended_upgrades.pp
+++ b/manifests/unattended_upgrades.pp
@@ -4,7 +4,7 @@ class apt::unattended_upgrades {
require => undef,
}
- apt_conf_snippet { "50unattended-upgrades":
+ apt_conf { "50unattended-upgrades":
source => ["puppet:///modules/site-apt/50unattended-upgrades",
"puppet:///modules/apt/50unattended-upgrades" ],