aboutsummaryrefslogtreecommitdiff
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
parente291a1763b900f57a80e530b3ef48600cc03c1f1 (diff)
downloadpuppet-nodo-fdb2c69d1ca8c019bb655d88468340a7fd5c1f34.tar.gz
puppet-nodo-fdb2c69d1ca8c019bb655d88468340a7fd5c1f34.tar.bz2
README update and hiera fix
-rw-r--r--README7
-rw-r--r--manifests/subsystem/motd.pp2
2 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index dfd57f1..fe39997 100644
--- a/README
+++ b/README
@@ -1,8 +1,11 @@
Puppet Nodo Module
==================
-This is a very specific puppet module that defines custom node configurations,
-be they servers or vservers.
+This is a very specific puppet module that defines custom node configurations.
It heavily depends on other puppet modules available on http://git.sarava.org.
Check the code for the full dependency list.
+
+While this custom configuration might be useful for others, you might be
+probably looking for the other modules we use or just small parts of this
+codebase which can be used as snippets.
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":