From 20510ed5df0264bc54b5f9ee5e99b3c5c75d06f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Wed, 27 Nov 2024 14:50:01 +0100 Subject: [PATCH] Add missing 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 acc8f2a..742a994 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -110,6 +110,11 @@ def main(): "upgrade": "yes", "tag": "sunet-2*", }, + "nagioscfg": { + "repo": "https://github.com/SUNET/puppet-nagioscfg.git", + "upgrade": "yes", + "tag": "sunet-2*", + }, } if OS_INFO: