diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-19 22:36:30 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-19 22:36:30 +0200 |
commit | 19b98a09fdf87d739b665182d99c90fc367793fa (patch) | |
tree | a8f29967d12c33b36aa9ea00d6f55073066d51a7 | |
parent | 0eb423592e8c85e318b5b7db4d1348ad7888b0bf (diff) | |
download | cacert-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.pp | 2 |
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'], } |