diff options
| author | Yoann Laissus <yoann.laissus@gmail.com> | 2013-05-26 13:31:27 +0200 |
|---|---|---|
| committer | mh <mh@immerda.ch> | 2013-05-29 23:21:46 +0200 |
| commit | 3c30e959852be27d3b4b532f1b9c913e5ae613f9 (patch) | |
| tree | 44a4211066e48778116d6b219a56a2fc015f7443 | |
| parent | be062f00e2020f437d375d8f03047793872b5c19 (diff) | |
| download | puppet-sshd-3c30e959852be27d3b4b532f1b9c913e5ae613f9.tar.gz puppet-sshd-3c30e959852be27d3b4b532f1b9c913e5ae613f9.tar.bz2 | |
Nagios disabled by default
| -rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f12918b..307fc8a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,5 @@ class sshd( - $manage_nagios = true, + $manage_nagios = false, $nagios_check_ssh_hostname = 'absent', $ports = [ 22 ], $shared_ip = 'no', |
