From fdb2c69d1ca8c019bb655d88468340a7fd5c1f34 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 13 Apr 2013 13:24:29 -0300 Subject: README update and hiera fix --- manifests/subsystem/motd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem') diff --git a/manifests/subsystem/motd.pp b/manifests/subsystem/motd.pp index 8561b38..57157f9 100644 --- a/manifests/subsystem/motd.pp +++ b/manifests/subsystem/motd.pp @@ -1,5 +1,5 @@ class nodo::subsystem::motd( - $network_name = hiera('nodo::motd::network_name', 'Nodo') + $network_name = hiera('nodo::subsystem::motd::network_name', 'Nodo') ) { # http://projects.reductivelabs.com/issues/1915 file { "/var/run/motd": -- cgit v1.2.3