From ebee6dfdaa5990f20bf4f7f84313f26a8d14afa7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Jan 2013 21:26:32 -0200 Subject: Setting manage_nagios to false by default at ssh class declaration --- manifests/nodo.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 60c685b..af7251f 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -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'), -- cgit v1.2.3