Commit graph

7 commits

Author SHA1 Message Date
David Schmitt
c65920d6b8 blob!=raw, should check wget better ;-) 2009-06-02 22:32:30 +02:00
David Schmitt
7cd63a177c Reenable gsub, since regsubst is no proper replacement 2009-06-02 19:22:03 +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
3a65dd8535 improve documentation and function naming 2008-08-25 16:45:29 +02:00
David Schmitt
13ae7fbace minor fixes to .ignore and docs 2008-08-02 13:16:10 +02:00
David Schmitt
8891451fef add "prefix_with" function 2008-02-29 16:51:51 +01:00
David Schmitt
d9a3c7617a common: remove hand made plugins install defines and use matt's plugins patch
This moves all facts and puppet plugins to the plugins/ directory of modules to
get the benefits of Matt's plugins patch, that distributes these files before
the configuration is requested. This reduces the number of configuration runs to
convergence by one.
2007-10-06 10:11:47 +02:00