diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 21:26:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 21:26:32 -0200 |
commit | ebee6dfdaa5990f20bf4f7f84313f26a8d14afa7 (patch) | |
tree | 12933aa1c62bea85cdeb8a40a211df5ff6f81786 /manifests | |
parent | 70d04458a4fc4621667d931a630ee230f0517451 (diff) | |
download | puppet-nodo-ebee6dfdaa5990f20bf4f7f84313f26a8d14afa7.tar.gz puppet-nodo-ebee6dfdaa5990f20bf4f7f84313f26a8d14afa7.tar.bz2 |
Setting manage_nagios to false by default at ssh class declaration
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodo.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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'), |