From 6532f7cf9df58a7ad220c034247602d7b86bb055 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Fri, 14 May 2010 15:40:49 +0100 Subject: Markdown tweaks --- README.markdown | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index aca7b72..9e031fc 100644 --- a/README.markdown +++ b/README.markdown @@ -4,12 +4,12 @@ What is it? A Puppet module that can construct files from fragments. Please see the comments in the various .pp files for details -as well as posts on my blog at www.devco.net +as well as posts on my blog at http://www.devco.net/ Released under the Apache 2.0 licence Usage: -====== +------ If you wanted a /etc/motd file that listed all the major modules on the machine. And that would be maintained automatically even @@ -61,6 +61,26 @@ class apache { } +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. + +Contributors: +------------- +**Paul Elliot** +* Provided 0.24.8 support, shell warnings and empty file creation support. + +**Chad Netzer** +* Various patches to improve safety of file operations +* Symlink support + +**David Schmitt** +* 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 + Contact: -======== -You can contact me on rip@devco.net or follow my blog at www.devco.net I am also on twitter as ripienaar +-------- +You can contact me on rip@devco.net or follow my blog at http://www.devco.net I am also on twitter as ripienaar -- cgit v1.2.3