summaryrefslogtreecommitdiff
path: root/manifests/setup.pp
AgeCommit message (Collapse)Author
2012-08-30Fixes various puppet-lint warnings.Jan Vansteenkiste
* ./manifests/init.pp - WARNING: ensure found on line but it's not the first attribute on line 222 * ./manifests/setup.pp - WARNING: selector inside resource block on line 34 * ./manifests/fragment.pp - WARNING: case statement without a default case on line 28
2012-05-23Fail with helpful advice if $::concat_basedir is not yet setSharif Nassar
Building on the new docs in https://github.com/ripienaar/puppet-concat/pull/20
2012-05-20add information about concat_basedir and the need for pluginsync = true at ↵Gildas Le Nadan
least once
2012-04-24Style guideline fixesErik Dalén
Comply better with puppet community style guidelines. Change-Id: Ie1782d266539b1a8f9890b2ade77280011aa22aa
2011-12-14Fix comments to match actual behavior, clean up old script.Sharif Nassar
* Zap the old copy of /usr/local/bin/concatfragments.sh. * Fix comments to point at new location of script. * Delete trailing whitespace.
2011-12-05Fix use of unqualified variable namesChristian G. Warden
Fully qualify $::id, $::puppetversion, and $::concat_basedir.
2011-06-23finish work for unpriviledged userPeter 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-23don't use a hardcoded concatdirPeter 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-20Make sure interesting data in the concatdir is only available to rootSharif Nassar
2011-02-03- make the root group configurable in the concat::setup class for portabilityPierre-Yves Ritschard
- use sh and not bash
2010-10-04Parametrize warning messagemartin 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-05-06Pull in work from private Subversion repositoryR.I.Pienaar