diff options
-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'], ], } |