]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
README update and hiera fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:24:29 +0000 (13:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:24:29 +0000 (13:24 -0300)
README
manifests/subsystem/motd.pp

diff --git a/README b/README
index dfd57f10dbb3040750886478cf091eb5ea211d18..fe399970d3d2aa3a13b7a9a9903d869f62c2cf09 100644 (file)
--- 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.
index 8561b38ae3c85fc0f292af08032cb1a018ca505a..57157f9298e801a0edbe23bcc7b1f9bc164c982a 100644 (file)
@@ -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":