blob: cbeaae05d07c050542b82b7995641ac4608658f6 (
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['refresh_apt'];
}
}
|