From 2276147cc08938886ac8482e57456cbad87442d9 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 21 Nov 2010 21:54:17 +0100 Subject: Bugfix --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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'], ], } -- cgit v1.2.3