summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2019-07-19 22:36:30 +0200
committerJan Dittberner <jandd@cacert.org>2019-07-19 22:36:30 +0200
commit19b98a09fdf87d739b665182d99c90fc367793fa (patch)
treea8f29967d12c33b36aa9ea00d6f55073066d51a7
parent0eb423592e8c85e318b5b7db4d1348ad7888b0bf (diff)
downloadcacert-puppet-19b98a09fdf87d739b665182d99c90fc367793fa.tar.gz
cacert-puppet-19b98a09fdf87d739b665182d99c90fc367793fa.tar.xz
cacert-puppet-19b98a09fdf87d739b665182d99c90fc367793fa.zip
Add another missing comma in Icinga2 master manifest
-rw-r--r--sitemodules/profiles/manifests/icinga2_master.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/manifests/icinga2_master.pp b/sitemodules/profiles/manifests/icinga2_master.pp
index 5e237b0..5584335 100644
--- a/sitemodules/profiles/manifests/icinga2_master.pp
+++ b/sitemodules/profiles/manifests/icinga2_master.pp
@@ -172,7 +172,7 @@ class profiles::icinga2_master (
ensure => file,
source => 'puppet:///modules/profiles/icinga2_master/features-available/mainlog.conf',
owner => 'root',
- group => 'root'
+ group => 'root',
mode => '0644',
require => Package['icinga2'],
}