diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-21 16:33:39 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-21 16:33:39 +0200 |
commit | 39dcd81d4aabb1f031bd76352243680cb6a29475 (patch) | |
tree | 00f710f2ee46152d8b84097aea1117b3f9932ffc | |
parent | 93ce031466058317b5bfdefc20412150449d8b3c (diff) | |
download | cacert-puppet-39dcd81d4aabb1f031bd76352243680cb6a29475.tar.gz cacert-puppet-39dcd81d4aabb1f031bd76352243680cb6a29475.tar.xz cacert-puppet-39dcd81d4aabb1f031bd76352243680cb6a29475.zip |
Fix syntax errors
-rw-r--r-- | sitemodules/profiles/manifests/icinga2_agent.pp | 6 |
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: |