From: Scott Barber Date: Thu, 1 Nov 2012 20:17:16 +0000 (-0600) Subject: Update manifests/init.pp X-Git-Tag: 1.1.1~6^2~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f985752a1abadf6e5f5440906182ae16fc35d560;p=puppet-modules%2Fpuppetlabs-apt.git Update manifests/init.pp --- 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'], } }