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.
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":