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