diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 0d4cd8d..dc0b257 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -39,7 +39,7 @@ - mifr@sunet.se thruk_users: - '*@sunet.se' - nrpe_group: sunet::nagios::nrpe + nrpe_group: rut thruk_extra_volumes: - /opt/naemon_monitor/shibboleth2.xml:/etc/shibboleth/shibboleth2.xml - /opt/naemon_monitor/satosa.xml:/etc/shibboleth/satosa.xml diff --git a/global/overlay/etc/puppet/modules/rut/manifests/init.pp b/global/overlay/etc/puppet/modules/rut/manifests/init.pp index 5796a23..1a05735 100644 --- a/global/overlay/etc/puppet/modules/rut/manifests/init.pp +++ b/global/overlay/etc/puppet/modules/rut/manifests/init.pp @@ -10,5 +10,6 @@ class rut { } include sunet::rsyslog + include sunet::nagios::nrpe }