diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b1437d2..b398c54 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,8 +33,8 @@ class stunnel { if $use_nagios { case $nagios_stunnel_procs { false: { info("We aren't doing nagios checks for stunnel on ${::fqdn}" ) } - default: { nagios::service - { 'stunnel': + default: { + nagios::service { 'stunnel': check_command => 'nagios-stat-proc!/usr/bin/stunnel4!6!5!proc'; } } |