Merge pull request #1011 from Conzar/ppa-ubuntu-fix
[puppet-modules/puppetlabs-apt.git] / manifests / init.pp
index 49f93093ce99396695fc64f922fb21a9772247e9..2f82b7d8fdb40f374552f1a15b57006f9f8cb49f 100644 (file)
@@ -267,12 +267,6 @@ class apt (
     default => file,
   }
 
-  if $_update['frequency'] == 'always' {
-    Exec <| title=='apt_update' |> {
-      refreshonly => false,
-    }
-  }
-
   apt::setting { 'conf-update-stamp':
     priority => 15,
     content  => "${confheadertmp}${updatestamptmp}",