icinga2: install packages and dependencies
This commit is contained in:
parent
277808a9c5
commit
d31910368c
4 changed files with 44 additions and 6 deletions
|
@ -12,11 +12,11 @@ files = {
|
|||
},
|
||||
'/etc/sshmon.priv': {
|
||||
'content': repo.vault.decrypt_file(join('sshmon', 'sshmon.key.vault')),
|
||||
#'owner': 'nagios',
|
||||
#'group': 'nagios',
|
||||
'owner': 'nagios',
|
||||
'group': 'nagios',
|
||||
'mode': '0400',
|
||||
#'needs': {
|
||||
# 'pkg_apt:icinga2-ido-pgsql',
|
||||
#},
|
||||
'needs': {
|
||||
'pkg_apt:icinga2-ido-pgsql',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,11 @@ defaults = {
|
|||
},
|
||||
},
|
||||
'packages': {
|
||||
'icinga2': {},
|
||||
'icinga2-ido-pgsql': {},
|
||||
'icingaweb2': {},
|
||||
'icingaweb2-module-monitoring': {},
|
||||
|
||||
# needed for check_rbl
|
||||
'libdata-validate-ip-perl': {},
|
||||
'libdata-validate-ip-perl': {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue