blob: c813e46d39a2f05aad8a873f416c1e99cac86219 (
plain)
1
2
3
4
5
6
7
8
9
|
# remove possible leftovers after upgrading from wheezy to jessie
class site_config::remove::jessie {
tidy {
'/etc/apt/preferences.d/rsyslog_anon_depends':
notify => Exec['apt_updated'];
}
}
|