]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Update manifests/init.pp
authorScott Barber <scottwbarber@gmail.com>
Thu, 1 Nov 2012 20:17:16 +0000 (14:17 -0600)
committerKen Barber <ken@bob.sh>
Sun, 2 Jun 2013 17:51:27 +0000 (18:51 +0100)
manifests/init.pp

index 21f36bd9ed7e8eb39057e6b3b2dfa838db5b1a75..ad1b4466d0efea66dcb7af7ab16a1dfc72bd0bd2 100644 (file)
@@ -108,7 +108,7 @@ class apt(
   } else {
     file { 'configure-apt-proxy':
       path    => "${apt_conf_d}/proxy",
-      ensure  => absent
+      ensure  => absent,
       notify  => Exec['apt_update'],
     }
   }