command => '/usr/bin/apt-get update && sleep 1',
refreshonly => true,
subscribe => [ File["/etc/apt/apt.conf.d"],
- Config_file["/etc/apt/sources.list", "apt_config"] ];
+ Config_file["/etc/apt/sources.list"] ];
'update_apt':
command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean',
- require => [ Config_file["/etc/apt/sources.list", "apt_config"] ],
+ require => [ Config_file["/etc/apt/sources.list"] ],
loglevel => info,
# Another Semaphor for all packages to reference
alias => "apt_updated";