diff options
Diffstat (limited to 'manifests/subsystem/sshd.pp')
-rw-r--r-- | manifests/subsystem/sshd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/sshd.pp b/manifests/subsystem/sshd.pp index 80c6747..8f87567 100644 --- a/manifests/subsystem/sshd.pp +++ b/manifests/subsystem/sshd.pp @@ -4,7 +4,7 @@ class nodo::subsystem::sshd { # We need to restrict listen address by default so multiple # instances can live together in the same physical host. # - class { 'sshd': + class { '::sshd': manage_nagios => hiera('nodo::subsystem::sshd::manage_nagios', false), listen_address => hiera('nodo::subsystem::sshd::listen_address', [ "${::ipaddress}", '127.0.0.1' ]), password_authentication => hiera('nodo::subsystem::sshd::password_authentication', 'yes'), |