aboutsummaryrefslogtreecommitdiff
path: root/manifests/defines/line.pp
AgeCommit message (Collapse)Author
2013-01-03cleanup module to work better on newer puppet versionsmh
2011-03-25fix merge errorMicah Anderson
2011-03-25Merge remote-tracking branch 'sarava/master'Micah Anderson
Conflicts: manifests/defines/line.pp manifests/defines/module_dir.pp manifests/defines/module_file.pp manifests/init.pp
2011-02-14Merge branch 'master' of git://labs.riseup.net/shared-commonSilvio Rhatto
Conflicts: lib/puppet/parser/functions/gsub.rb lib/puppet/parser/functions/prefix_with.rb lib/puppet/parser/functions/slash_escape.rb lib/puppet/parser/functions/split.rb lib/puppet/parser/functions/substitute.rb manifests/classes/lsb_release.pp manifests/defines/concatenated_file.pp manifests/defines/config_file.pp manifests/defines/line.pp manifests/defines/module_dir.pp manifests/defines/module_file.pp manifests/defines/replace.pp manifests/init.pp
2010-09-02Merge remote branch 'immerda/master'Micah Anderson
Conflicts: lib/puppet/parser/functions/gsub.rb lib/puppet/parser/functions/prefix_with.rb lib/puppet/parser/functions/sha1.rb lib/puppet/parser/functions/slash_escape.rb lib/puppet/parser/functions/substitute.rb manifests/classes/lsb_release.pp manifests/defines/concatenated_file.pp manifests/defines/config_file.pp manifests/defines/line.pp manifests/defines/module_dir.pp manifests/defines/module_file.pp manifests/defines/replace.pp manifests/init.pp
2010-09-02set sed and grep relativemh
2010-09-02make the removal of line safermh
2009-12-06Merge git://labs.riseup.net/module_commonSilvio Rhatto
2009-09-03fix indentation in line.pp example configuration snippetMicah Anderson
2009-07-29Trying to fix line defintionSilvio Rhatto
2009-06-09RDoc-ify documentationDavid Schmitt
See http://club.black.co.at/david/puppet/doc/ for a current version of the RDoc output.
2009-05-31Major cleanup of the common moduleDavid Schmitt
* improve documentation on all defines * rename modules_dir to module_dir and modules_file to module_file * create $module_dir_path to achieve DRY-ness * silence the lsb_release stuff * improve concatenated_file to use an intermediate file, improving reliability and decoupling the updateing from notifying our peers. * remove serveral functions that were moved to puppet proper: - sha1 => sha1 - gsub,substitute,slash_escape => regsubst
2008-06-26line: do a full string match of $line instead of a regex matchDavid Schmitt
This allows $line to contain '/' characters and is generally the safer thing to do. Patch from Francois Deppierraz <francois.deppierraz@camptocamp.com>
2008-02-14more BSD compatability from admin@immerda.chDavid Schmitt
2007-11-13common: minor improvements to config_file, replace and lineroot
2007-10-26common/line, ssh: style cleanuproot
2007-10-08Add some examples to the individual definesMicah Anderson
2007-08-26line($ensure) defaults to presentDavid Schmitt
2007-06-25first steps with the common moduledavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@53 f03ff2f1-f02d-0410-970d-b9634babeaa1