aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/sshd.pp
diff options
context:
space:
mode:
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 c520c9e..dd0968b 100644
--- a/manifests/subsystem/sshd.pp
+++ b/manifests/subsystem/sshd.pp
@@ -1,5 +1,5 @@
class nodo::subsystem::sshd {
- $manage = hiera('nodo::subsystem::sshd::manage', true)
+ $manage = lookup('nodo::subsystem::sshd::manage', undef, undef, true)
if $manage == true {
include ::sshd