fix spacing/tab mixup
This commit is contained in:
parent
ee1fe7a023
commit
ad89c2d075
1 changed files with 14 additions and 14 deletions
28
README
28
README
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue