aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/motd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/motd.pp')
-rw-r--r--manifests/subsystem/motd.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystem/motd.pp b/manifests/subsystem/motd.pp
index df671eb..1ce0038 100644
--- a/manifests/subsystem/motd.pp
+++ b/manifests/subsystem/motd.pp
@@ -1,6 +1,6 @@
class nodo::subsystem::motd(
- $message = hiera('nodo::subsystem::motd::message', ''),
- $network_name = hiera('nodo::subsystem::motd::network_name', 'Nodo')
+ $message = lookup('nodo::subsystem::motd::message', undef, undef, ''),
+ $network_name = lookup('nodo::subsystem::motd::network_name', undef, undef, 'Nodo')
) {
if $message != '' {
$append = "${message}\n"