diff options
author | Micah Anderson <micah@leap.se> | 2014-08-21 17:12:55 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-08-21 17:12:55 -0400 |
commit | aa2645c97d0e983e21e271c7cab26f36609e85fe (patch) | |
tree | 44f01fb23d1053d44c55d35f95255bb42341a880 /puppet/modules/site_sshd/manifests | |
parent | c62c9c2e63cfc82fc57f321609e407cfeabd9cdf (diff) | |
parent | 271c37a151d8e786b29ef7f5c13217693ec65401 (diff) |
Merge tag '0.5.3'
Tagging 0.5.3 release
Diffstat (limited to 'puppet/modules/site_sshd/manifests')
-rw-r--r-- | puppet/modules/site_sshd/manifests/init.pp | 2 |
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', |