diff options
author | R.I.Pienaar <rip@devco.net> | 2010-05-06 22:56:26 +0100 |
---|---|---|
committer | R.I.Pienaar <rip@devco.net> | 2010-05-06 22:56:26 +0100 |
commit | ad89c2d0756ae178e2076b7dd13b20b336ab5001 (patch) | |
tree | 02186f2b8aca245ac00259dd8779fc18e25dbabe | |
parent | ee1fe7a0236e5fd100bbc229ea034bf7d2b530aa (diff) | |
download | puppet-concat-ad89c2d0756ae178e2076b7dd13b20b336ab5001.tar.gz puppet-concat-ad89c2d0756ae178e2076b7dd13b20b336ab5001.tar.bz2 |
fix spacing/tab mixup
-rw-r--r-- | README | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -18,19 +18,19 @@ CHANGELOG: - 2010/02/19 - initial release - 2010/03/12 - add support for 0.24.8 and newer - make the location of sort configurable - - add the ability to add shell comment based warnings to - top of files - - add the ablity to create empty files + - add the ability to add shell comment based warnings to + top of files + - add the ablity to create empty files - 2010/04/05 - fix parsing of WARN and change code style to match rest of the code - - Better and safer boolean handling for warn and force - - Don't use hard coded paths in the shell script, set PATH - top of the script - - Use file{} to copy the result and make all fragments owned - by root. This means we can chnage the ownership/group of the - resulting file at any time. - - You can specify ensure => "/some/other/file" in concat::fragment - to include the contents of a symlink into the final file. + - Better and safer boolean handling for warn and force + - Don't use hard coded paths in the shell script, set PATH + top of the script + - Use file{} to copy the result and make all fragments owned + by root. This means we can chnage the ownership/group of the + resulting file at any time. + - You can specify ensure => "/some/other/file" in concat::fragment + to include the contents of a symlink into the final file. - 2010/04/16 - Add more cleaning of the fragment name - removing / from the $name CONTRIBUTORS: @@ -40,9 +40,9 @@ 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 + final destination. This means Puppet client will show + diffs and that hopefully we can change file ownerships + now CONTACT: |