From f985752a1abadf6e5f5440906182ae16fc35d560 Mon Sep 17 00:00:00 2001 From: Scott Barber Date: Thu, 1 Nov 2012 14:17:16 -0600 Subject: [PATCH] Update manifests/init.pp --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 21f36bd..ad1b446 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -108,7 +108,7 @@ class apt( } else { file { 'configure-apt-proxy': path => "${apt_conf_d}/proxy", - ensure => absent + ensure => absent, notify => Exec['apt_update'], } } -- 2.45.2