]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/concat/CHANGELOG
generate TLSA record for our mailserver ports
[dsa-puppet.git] / modules / concat / CHANGELOG
1 CHANGELOG:
2 - 2010/02/19 - initial release
3 - 2010/03/12 - add support for 0.24.8 and newer
4              - make the location of sort configurable
5              - add the ability to add shell comment based warnings to
6                top of files
7              - add the ablity to create empty files
8 - 2010/04/05 - fix parsing of WARN and change code style to match rest
9                of the code
10              - Better and safer boolean handling for warn and force
11              - Don't use hard coded paths in the shell script, set PATH
12                top of the script
13              - Use file{} to copy the result and make all fragments owned
14                by root.  This means we can chnage the ownership/group of the
15                resulting file at any time.
16              - You can specify ensure => "/some/other/file" in concat::fragment
17                to include the contents of a symlink into the final file.
18 - 2010/04/16 - Add more cleaning of the fragment name - removing / from the $name
19 - 2010/05/22 - Improve documentation and show the use of ensure =>
20 - 2010/07/14 - Add support for setting the filebucket behavior of files
21 - 2010/10/04 - Make the warning message configurable
22 - 2010/12/03 - Add flags to make concat work better on Solaris - thanks Jonathan Boyett
23 - 2011/02/03 - Make the shell script more portable and add a config option for root group
24 - 2011/06/21 - Make base dir root readable only for security
25 - 2011/06/23 - Set base directory using a fact instead of hardcoding it
26 - 2011/06/23 - Support operating as non privileged user
27 - 2011/06/23 - Support dash instead of bash or sh
28 - 2011/07/11 - Better solaris support
29 - 2011/12/05 - Use fully qualified variables
30 - 2011/12/13 - Improve Nexenta support
31 - 2012/04/11 - Do not use any GNU specific extensions in the shell script
32 - 2012/03/24 - Comply to community style guides
33 - 2012/05/23 - Better errors when basedir isnt set
34 - 2012/05/31 - Add spec tests
35 - 2012/07/11 - Include concat::setup in concat improving UX
36 - 2012/08/14 - Puppet Lint improvements
37 - 2012/08/30 - The target path can be different from the $name
38 - 2012/08/30 - More Puppet Lint cleanup
39 - 2012/09/04 - RELEASE 0.2.0
40 - 2012/12/12 - Added (file) $replace parameter to concat