diff options
author | Jan Dittberner <jandd@cacert.org> | 2021-02-06 16:24:09 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2021-02-06 16:24:09 +0100 |
commit | 916c3daf320836dc317b0eab260cfc2fa5d0cea6 (patch) | |
tree | c3f872448418af494b355422f03e1ef2bce45861 /sitemodules | |
parent | 654439711d76391f5ea44705a94c1d3f4225277d (diff) | |
download | cacert-puppet-master.tar.gz cacert-puppet-master.tar.xz cacert-puppet-master.zip |
Diffstat (limited to 'sitemodules')
-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 31ac05d..3ecdcb0 100644 --- a/sitemodules/profiles/manifests/icinga2_master.pp +++ b/sitemodules/profiles/manifests/icinga2_master.pp @@ -256,7 +256,7 @@ class profiles::icinga2_master ( }, '-c' => { 'value' => '$ocsp_class$', - 'description' => 'certificate class to check (class1 or class3)', + 'description' => 'certificate class to check, either class1 or class3', }, }, target => '/etc/icinga2/zones.d/global-templates/ocsp-command.conf', |