diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 56 |
1 files changed, 50 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index 8736d57..ac5ee56 100644 --- a/README.markdown +++ b/README.markdown @@ -32,7 +32,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: @@ -78,12 +77,11 @@ class apache { } </pre> +Detailed documentation of the class options can be found in the +manifest files. + Known Issues: ------------- -* In 0.24.8 you will see inintended notifies, if you build a file - in a run, the next run will also see it as changed. This is due - to how 0.24.8 does the purging of unhandled files, this is improved - in 0.25.x and we cannot work around it in our code. * Since puppet-concat now relies on a fact for the concat directory, you will need to set up pluginsync = true for at least the first run. You have this issue if puppet fails to run on the client and you have @@ -107,6 +105,52 @@ Contributors: * Patch to remove hard coded paths relying on OS path * Patch to use file{} to copy the resulting file to the final destination. This means Puppet client will show diffs and that hopefully we can change file ownerships now +**Peter Meier** + + * Basedir as a fact + * Unprivileged user support + +**Sharif Nassar** + + * Solaris/Nexenta support + * Better error reporting + +**Christian G. Warden** + + * Style improvements + +**Reid Vandewiele** + + * Support non GNU systems by default + +**Erik Dalén** + + * Style improvements + +**Gildas Le Nadan** + + * Documentation improvements + +**Paul Belanger** + + * Testing improvements and Travis support + +**Branan Purvine-Riley** + + * Support Puppet Module Tool better + +**Dustin J. Mitchell** + + * Always include setup when using the concat define + +**Andreas Jaggi** + + * Puppet Lint support + +**Jan Vansteenkiste** + + * Configurable paths + Contact: -------- -You can contact me on rip@devco.net or follow my blog at http://www.devco.net I am also on twitter as ripienaar +R.I.Pienaar / rip@devco.net / @ripienaar / http://devco.net |