diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:24:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:24:29 -0300 |
commit | fdb2c69d1ca8c019bb655d88468340a7fd5c1f34 (patch) | |
tree | fd4364a4a86e2cdf723c3f32e72907f1cd46a746 /manifests | |
parent | e291a1763b900f57a80e530b3ef48600cc03c1f1 (diff) | |
download | puppet-nodo-fdb2c69d1ca8c019bb655d88468340a7fd5c1f34.tar.gz puppet-nodo-fdb2c69d1ca8c019bb655d88468340a7fd5c1f34.tar.bz2 |
README update and hiera fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/motd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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": |