bundlewrap/bundles/smartd/items.py

20 lines
395 B
Python

files = {
'/etc/smartd.conf': {
'content_type': 'mako',
'triggers': {
'svc_systemd:smartmontools:reload',
},
},
'/usr/local/share/icinga/plugins/check_smart': {
'mode': '0755',
},
'/usr/local/sbin/telegraf-smartd': {
'source': 'telegraf_plugin',
'mode': '0755',
},
}
svc_systemd = {
'smartmontools': {},
}