diff options
-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', |