bundlewrap/bundles/icinga2/items.py

12 lines
252 B
Python
Raw Normal View History

assert node.has_bundle('postgresql')
assert node.has_bundle('sshmon')
files = {
'/usr/local/share/icinga/plugins/check_bl': {
'mode': '0755',
},
'/usr/local/share/icinga/plugins/check_by_sshmon': {
'mode': '0755',
},
}