]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Setting manage_nagios to false by default at ssh class declaration
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 23:26:32 +0000 (21:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Jan 2013 23:26:32 +0000 (21:26 -0200)
manifests/nodo.pp

index 60c685b206508803492b950a8df8bba74ef662dd..af7251f7df98f2b11c8449bdea8f891a564c2330 100644 (file)
@@ -99,6 +99,7 @@ class nodo {
   # instances can live together in the same physical host.
   #
   class { 'sshd':
+    manage_nagios           => hiera('nodo::sshd_manage_nagios',           false),      
     listen_address          => hiera('nodo::sshd_listen_address',          [ "${::ipaddress}", '127.0.0.1' ]),
     password_authentication => hiera('nodo::sshd_password_authentication', 'yes'),
     shared_ip               => hiera('nodo::sshd_shared_ip',               'yes'),