summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2019-07-21 16:33:39 +0200
committerJan Dittberner <jandd@cacert.org>2019-07-21 16:33:39 +0200
commit39dcd81d4aabb1f031bd76352243680cb6a29475 (patch)
tree00f710f2ee46152d8b84097aea1117b3f9932ffc
parent93ce031466058317b5bfdefc20412150449d8b3c (diff)
downloadcacert-puppet-39dcd81d4aabb1f031bd76352243680cb6a29475.tar.gz
cacert-puppet-39dcd81d4aabb1f031bd76352243680cb6a29475.tar.xz
cacert-puppet-39dcd81d4aabb1f031bd76352243680cb6a29475.zip
Fix syntax errors
-rw-r--r--sitemodules/profiles/manifests/icinga2_agent.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sitemodules/profiles/manifests/icinga2_agent.pp b/sitemodules/profiles/manifests/icinga2_agent.pp
index 178bdf8..3ea1bba 100644
--- a/sitemodules/profiles/manifests/icinga2_agent.pp
+++ b/sitemodules/profiles/manifests/icinga2_agent.pp
@@ -58,7 +58,7 @@ class profiles::icinga2_agent (
ticket_id => $pki_ticket,
endpoints => {
'NodeName' => {},
- }
+ },
zones => {
'ZoneName' => {
'endpoints' => ['NodeName'],
@@ -66,8 +66,8 @@ class profiles::icinga2_agent (
},
$master_host => {
'endpoints' => [$master_host],
- }
- }
+ },
+ },
}
@@icinga2::object::endpoint { $::fqdn: