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"
|
modulesfile_tmp: str = modulesfile + ".tmp"
|
||||||
|
|
||||||
modules: dict = {
|
modules: dict = {
|
||||||
|
"nagioscfg": {
|
||||||
|
"repo": "https://github.com/SUNET/puppet-nagioscfg.git",
|
||||||
|
"upgrade": "yes",
|
||||||
|
"tag": "sunet-2*",
|
||||||
|
},
|
||||||
"sunet": {
|
"sunet": {
|
||||||
"repo": "https://github.com/SUNET/puppet-sunet.git",
|
"repo": "https://github.com/SUNET/puppet-sunet.git",
|
||||||
"upgrade": "yes",
|
"upgrade": "yes",
|
||||||
|
|
Loading…
Add table
Reference in a new issue