Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-23 | Merge pull request #5 from TimBaldoni/master | R.I.Pienaar | |
updated to better support dash | |||
2011-06-23 | finish work for unpriviledged user | Peter Meier | |
To be able to use the module as an unprivileged user we need to adjust certain things: * only enforce the run user and group if we are root and can actually change the user * set owner/group of our files and directories to our own user/group * place the concat script in a location we can write -> use the concat dir for that. | |||
2011-06-23 | don't use a hardcoded concatdir | Peter Meier | |
Get the concat base directory from a fact -> makes it useable if Puppet's :vardir is not /var/lib/puppet/. This fixes problems with PE and makes the module also useable for puppet runs as unpriviledged user. | |||
2011-06-23 | Merge remote-tracking branch 'tim/master' | Peter Meier | |
2011-06-21 | Merge pull request #7 from mrwacky42/master | R.I.Pienaar | |
As discussed .. Make $concatdir only readable by root. | |||
2011-06-20 | Make sure interesting data in the concatdir is only available to root | Sharif Nassar | |
2011-04-20 | Dash (default /bin/sh on Debian and Ubuntu) does not support 'echo -e'. ↵ | Tim | |
That invocation of echo is not POSIX compliant: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/72167 | |||
2011-02-03 | - make the root group configurable in the concat::setup class for portability | Pierre-Yves Ritschard | |
- use sh and not bash | |||
2011-01-19 | Fix doco typo | R.I.Pienaar | |
2010-12-14 | add "g" option to getopts | Jonathan Boyett | |
2010-12-03 | Update changelog | R.I.Pienaar | |
2010-12-03 | add a -g flag to concatfragments.sh to disable GNU extensions to find, sort ↵ | Jonathan Boyett | |
and xargs; makes concat work on Solaris. Add a $gnu parameter to make use of the aforementioned -g flag, and a $order parameter to make use of the -n flag in concatfragments.sh | |||
2010-10-04 | Update cangelog | R.I.Pienaar | |
2010-10-04 | Parametrize warning message | martin f. krafft | |
The concat warn parameter can now be any string (and needs to include the appropriate commenting character) and will then override the default (which still gets printed when warn=>true). Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
2010-08-04 | Fix the Usage example so it parses and orders properly | Chris Jones | |
2010-07-14 | Make the filebucket behavior of files configurable | R.I.Pienaar | |
2010-05-22 | improve documentation | R.I.Pienaar | |
2010-05-22 | improve documentation | R.I.Pienaar | |
2010-05-14 | Markdown really is pretty rubbish and inconsistent. | R.I.Pienaar | |
2010-05-14 | Markdown tweaks | R.I.Pienaar | |
2010-05-13 | Add markdown readme and clear up old info from README | R.I.Pienaar | |
2010-05-12 | update README with a sample | R.I.Pienaar | |
2010-05-07 | Improve error message and documentation | R.I.Pienaar | |
2010-05-06 | fix spacing/tab mixup | R.I.Pienaar | |
2010-05-06 | Pull in work from private Subversion repository | R.I.Pienaar | |