diff options
author | Micah Anderson <micah@riseup.net> | 2012-06-20 10:38:08 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-06-20 10:38:08 -0400 |
commit | abce1280e07b544d8455f1572dd870bbd2f14892 (patch) | |
tree | 2535cb145ee2ed479dc992bd78a9819cb5b92996 | |
parent | 99f3eb83f77ae68664eb2b346df4e4db6f21f1b3 (diff) | |
download | puppet-concat-abce1280e07b544d8455f1572dd870bbd2f14892.tar.gz puppet-concat-abce1280e07b544d8455f1572dd870bbd2f14892.tar.bz2 |
update README.markdown to clearly indicate how to start using the concat module
-rw-r--r-- | README.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index bb9571a..8736d57 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,9 @@ Released under the Apache 2.0 licence Usage: ------ +Before you can use any of the concat features you should include the class +concat::setup somewhere on your node first. + If you wanted a /etc/motd file that listed all the major modules on the machine. And that would be maintained automatically even if you just remove the include lines for other modules you could |