diff options
author | Leif Johansson <leifj@sunet.se> | 2015-04-22 14:17:39 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-04-22 14:17:39 +0200 |
commit | 92954976486eb2f3e7e6f7df2eba939509284372 (patch) | |
tree | 49a3646c814cfb3a7644515c89b5c4c295442d43 /global/overlay/etc/puppet/manifests | |
parent | 08fc0687691c7b6a84889c328cd11509b7e8caad (diff) |
Diffstat (limited to 'global/overlay/etc/puppet/manifests')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index e471544..c2736bd 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -52,9 +52,9 @@ class mailclient ($domain) { class nagioshost { - $nagios_ip_v4 = hiera('nagios_ip_v4', '109.105.111.111'), - $nagios_ip_v6 = hiera('nagios_ip_v6', '2001:948:4:6::111'), - $allowed_hosts = "${nagios_ip_v4},${nagios_ip_v6}", + $nagios_ip_v4 = hiera('nagios_ip_v4', '109.105.111.111') + $nagios_ip_v6 = hiera('nagios_ip_v6', '2001:948:4:6::111') + $allowed_hosts = "${nagios_ip_v4},${nagios_ip_v6}" package {'nagios-nrpe-server': ensure => 'installed', |