From 5cd7e9b2f1b60958d90a9b2da05a99c88c09a920 Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Tue, 15 Oct 2024 15:58:40 +0200 Subject: [PATCH] Try adding nagioscfg puppet module --- global/overlay/etc/puppet/setup_cosmos_modules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index f5113a7..2f6d6a8 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -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",