aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/sshd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-14 15:16:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-14 15:16:10 -0300
commit4f839458059f76aebbc27cc7874ea9894879ff8b (patch)
treeb59d379292189cf491194aecad87a17b1f3577b8 /manifests/subsystem/sshd.pp
parent3f2aad8d17bde2354ad6d222d85d7281c40391b5 (diff)
downloadpuppet-nodo-4f839458059f76aebbc27cc7874ea9894879ff8b.tar.gz
puppet-nodo-4f839458059f76aebbc27cc7874ea9894879ff8b.tar.bz2
Qualifying classes
Diffstat (limited to 'manifests/subsystem/sshd.pp')
-rw-r--r--manifests/subsystem/sshd.pp2
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'),