diff options
author | intrigeri <intrigeri@boum.org> | 2010-11-21 21:54:17 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-11-21 21:54:17 +0100 |
commit | 2276147cc08938886ac8482e57456cbad87442d9 (patch) | |
tree | 76d5787752f7cb24dc98e652af01d2e17272b3db | |
parent | 56340b780e50731c4c9cf30651865e69f0212b16 (diff) | |
download | puppet-apt-2276147cc08938886ac8482e57456cbad87442d9.tar.gz puppet-apt-2276147cc08938886ac8482e57456cbad87442d9.tar.bz2 |
Bugfix
-rw-r--r-- | manifests/init.pp | 4 |
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'], ], } |