Try adding nagioscfg puppet module
This commit is contained in:
parent
174df0c101
commit
5cd7e9b2f1
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ def main():
|
|||
modulesfile_tmp: str = modulesfile + ".tmp"
|
||||
|
||||
modules: dict = {
|
||||
"nagioscfg": {
|
||||
"repo": "https://github.com/SUNET/puppet-nagioscfg.git",
|
||||
"upgrade": "yes",
|
||||
"tag": "sunet-2*",
|
||||
},
|
||||
"sunet": {
|
||||
"repo": "https://github.com/SUNET/puppet-sunet.git",
|
||||
"upgrade": "yes",
|
||||
|
|
Loading…
Add table
Reference in a new issue