summaryrefslogtreecommitdiff
path: root/puppet/modules/site_sshd/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-08-21 10:26:23 -0400
committerMicah Anderson <micah@leap.se>2014-08-21 10:26:23 -0400
commit4ebd86a151919b8889b166e94d75f0fc35b7010e (patch)
treeb2f6d806e6fd670c5ddcd99c18ec1691d0e019b1 /puppet/modules/site_sshd/manifests/init.pp
parent187b0dfc90d568449af73b37f57acdb39b2ac2bb (diff)
parentdb6e7a72941aaf593f8cb47fa0061f39ebb29b30 (diff)
Merge remote-tracking branch 'varac/5998_fix_nagios_nodename' into 0.5.3
Diffstat (limited to 'puppet/modules/site_sshd/manifests/init.pp')
-rw-r--r--puppet/modules/site_sshd/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_sshd/manifests/init.pp b/puppet/modules/site_sshd/manifests/init.pp
index 400c21ea..9a05b6ed 100644
--- a/puppet/modules/site_sshd/manifests/init.pp
+++ b/puppet/modules/site_sshd/manifests/init.pp
@@ -52,7 +52,7 @@ class site_sshd {
## SSHD SERVER CONFIGURATION
##
class { '::sshd':
- manage_nagios => 'no',
+ manage_nagios => false,
ports => $ssh['port'],
use_pam => 'yes',
hardened_ssl => 'yes',