]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
replace a missed Concat reference change with File['apt_config']
authorMicah Anderson <micah@riseup.net>
Thu, 3 Jan 2013 19:55:55 +0000 (14:55 -0500)
committerMicah Anderson <micah@riseup.net>
Thu, 3 Jan 2013 19:55:55 +0000 (14:55 -0500)
manifests/unattended_upgrades.pp

index 37e8321d34c2c5cb6e02e1dba67b97de8bf22009..d2a2352e48814c2f19e70181b57fb629f0b84252 100644 (file)
@@ -15,7 +15,7 @@ class apt::unattended_upgrades {
 
   if $apt::custom_preferences != false {
     Apt_conf['50unattended-upgrades'] {
-      before => Concat['apt_config'],
+      before => File['apt_config'],
     }
   }
 }