/[adm]/puppet/modules/concat/CHANGELOG
ViewVC logotype

Contents of /puppet/modules/concat/CHANGELOG

Parent Directory Parent Directory | Revision Log Revision Log


Revision 241 - (show annotations) (download)
Fri Nov 12 17:42:22 2010 UTC (13 years, 4 months ago) by boklm
File size: 1458 byte(s)
Add a module to construct files from fragments.

Downloaded from https://github.com/ripienaar/puppet-concat/


1 KNOWN ISSUES:
2 - In 0.24.8 you will see inintended notifies, if you build a file
3 in a run, the next run will also see it as changed. This is due
4 to how 0.24.8 does the purging of unhandled files, this is improved
5 in 0.25.x and we cannot work around it in our code.
6
7 CHANGELOG:
8 - 2010/02/19 - initial release
9 - 2010/03/12 - add support for 0.24.8 and newer
10 - make the location of sort configurable
11 - add the ability to add shell comment based warnings to
12 top of files
13 - add the ablity to create empty files
14 - 2010/04/05 - fix parsing of WARN and change code style to match rest
15 of the code
16 - Better and safer boolean handling for warn and force
17 - Don't use hard coded paths in the shell script, set PATH
18 top of the script
19 - Use file{} to copy the result and make all fragments owned
20 by root. This means we can chnage the ownership/group of the
21 resulting file at any time.
22 - You can specify ensure => "/some/other/file" in concat::fragment
23 to include the contents of a symlink into the final file.
24 - 2010/04/16 - Add more cleaning of the fragment name - removing / from the $name
25 - 2010/05/22 - Improve documentation and show the use of ensure =>
26 - 2010/07/14 - Add support for setting the filebucket behavior of files
27 - 2010/10/04 - Make the warning message configurable

  ViewVC Help
Powered by ViewVC 1.1.30