Commit graph

9 commits

Author SHA1 Message Date
David Schmitt
de7690c4e7 RDoc-ify documentation
See http://club.black.co.at/david/puppet/doc/ for a current version of the RDoc
output.
2009-06-09 17:51:10 +02:00
David Schmitt
53d0fde15f Major cleanup of the common module
* 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
2009-05-31 21:14:37 +02:00
David Schmitt
07ebdfa2c5 line: do a full string match of $line instead of a regex match
This allows $line to contain '/' characters and is generally the safer
thing to do.

Patch from Francois Deppierraz <francois.deppierraz@camptocamp.com>
2008-06-26 12:01:24 +02:00
David Schmitt
f1428f324a more BSD compatability from admin@immerda.ch 2008-02-14 18:24:44 +01:00
root
9d7a47506c common: minor improvements to config_file, replace and line 2007-11-13 10:44:07 +01:00
root
8b28bba399 common/line, ssh: style cleanup 2007-10-26 18:12:10 +02:00
Micah Anderson
f239916afc Add some examples to the individual defines 2007-10-08 11:40:09 +02:00
David Schmitt
6e21670d06 line($ensure) defaults to present 2007-08-26 22:47:06 +02:00
david
86638cf2c1 first steps with the common module
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@53 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-06-25 07:31:47 +00:00