diff options
author | R.I.Pienaar <rip@devco.net> | 2012-07-11 15:22:25 -0700 |
---|---|---|
committer | R.I.Pienaar <rip@devco.net> | 2012-07-11 15:22:25 -0700 |
commit | a0661e17646fa8e1ec03f813c28d97b64c93019d (patch) | |
tree | 6df3e6ec381bb4d10118480438d46219a6d3710a /README.markdown | |
parent | a1f58957f27df096da5e12a0fb20c39ab5a9f98e (diff) | |
parent | 0ba071858db5c4e9c698fd2b67694ba63f40a076 (diff) | |
download | puppet-concat-a0661e17646fa8e1ec03f813c28d97b64c93019d.tar.gz puppet-concat-a0661e17646fa8e1ec03f813c28d97b64c93019d.tar.bz2 |
Merge pull request #27 from djmitche/auto-setup
Include concat::setup from concat, so users don't need to
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index bb9571a..cbaa0f2 100644 --- a/README.markdown +++ b/README.markdown @@ -29,7 +29,6 @@ their changes will be incorporated into the puppet managed motd. <pre> # class to setup basic motd, include on all nodes class motd { - include concat::setup $motd = "/etc/motd" concat{$motd: |