aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-11-21 21:54:17 +0100
committerintrigeri <intrigeri@boum.org>2010-11-21 21:54:17 +0100
commit2276147cc08938886ac8482e57456cbad87442d9 (patch)
tree76d5787752f7cb24dc98e652af01d2e17272b3db /manifests
parent56340b780e50731c4c9cf30651865e69f0212b16 (diff)
downloadpuppet-apt-2276147cc08938886ac8482e57456cbad87442d9.tar.gz
puppet-apt-2276147cc08938886ac8482e57456cbad87442d9.tar.bz2
Bugfix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c48cb6e..3f2a523 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -116,8 +116,8 @@ class apt {
"/etc/apt/apt.conf.d/99from_puppet"
]:
ensure => 'absent',
- require => [ Apt_conf_snippet['02show_upgraded'],
- Apt_conf_snippet['03clean'],
+ require => [ Apt_conf['02show_upgraded'],
+ Apt_conf['03clean'],
],
}