bundlewrap/bundles/molly-guard/items.py
Franzi 3adfb9779a
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/molly-guard: introduce, add to systems
2021-02-26 17:58:20 +01:00

22 lines
429 B
Python

directories = {
'/etc/molly-guard/messages.d': {
'purge': True,
},
'/etc/molly-guard/run.d': {
'purge': True,
},
}
files = {
'/etc/molly-guard/rc': {},
'/etc/molly-guard/run.d/10-check-unattended-upgrades': {
'content_type': 'mako',
'mode': '0755',
},
'/etc/molly-guard/run.d/30-query-hostname': {
'content_type': 'mako',
'mode': '0755',
},
}