aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/hosts.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/hosts.pp')
-rw-r--r--manifests/subsystem/hosts.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/hosts.pp b/manifests/subsystem/hosts.pp
index 341a827..54d112b 100644
--- a/manifests/subsystem/hosts.pp
+++ b/manifests/subsystem/hosts.pp
@@ -1,5 +1,5 @@
class nodo::subsystem::hosts(
- $custom = hiera('nodo::subsystem::hosts::custom', false)
+ $custom = lookup('nodo::subsystem::hosts::custom', undef, undef, false)
) {
# Sometimes might be useful to manage the whole
# hosts file, see http://projects.puppetlabs.com/issues/10704