diff options
Diffstat (limited to 'manifests/nodo.pp')
-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'), |