aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-13 13:24:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-13 13:24:29 -0300
commitfdb2c69d1ca8c019bb655d88468340a7fd5c1f34 (patch)
treefd4364a4a86e2cdf723c3f32e72907f1cd46a746 /manifests/subsystem
parente291a1763b900f57a80e530b3ef48600cc03c1f1 (diff)
downloadpuppet-nodo-fdb2c69d1ca8c019bb655d88468340a7fd5c1f34.tar.gz
puppet-nodo-fdb2c69d1ca8c019bb655d88468340a7fd5c1f34.tar.bz2
README update and hiera fix
Diffstat (limited to 'manifests/subsystem')
-rw-r--r--manifests/subsystem/motd.pp2
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":