Nagios disabled by default

This commit is contained in:
Yoann Laissus 2013-05-26 13:31:27 +02:00 committed by mh
parent be062f00e2
commit 3c30e95985

View file

@ -1,5 +1,5 @@
class sshd(
$manage_nagios = true,
$manage_nagios = false,
$nagios_check_ssh_hostname = 'absent',
$ports = [ 22 ],
$shared_ip = 'no',