summaryrefslogtreecommitdiff
path: root/global/overlay/etc/puppet/manifests/cosmos-site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp6
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 410b957..480eacf 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',