From d6d256a293da043076351c62146228ed5bd4dfbc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 May 2020 20:58:21 -0300 Subject: Hiera 5 migration --- manifests/subsystem/sshd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem/sshd.pp') 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 -- cgit v1.2.3