summaryrefslogtreecommitdiff
path: root/manifests/defines/module_dir.pp
AgeCommit message (Collapse)Author
2011-07-15it is not anymore necessary to have an empty directory as source to purge thingsmh
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-02remove unnecessary fileserver variable (#2460)mh
2010-09-02escapingmh
2010-09-02Revert "remove escaping"mh
This reverts commit 40e3048d060f10105ae9dff524d5fa7901523a3e.
2010-09-02remove escapingmh
2010-09-02quote var to be safermh
2010-09-02fix whitespace (remove tabs & trailing whitespace)Jerome Charaoui
2010-09-02refactor modules_dir and modules_file to remove plural (deprecated in David ↵Jerome Charaoui
Schmitt's version) and adjust module_file to new module_dir structure
2009-11-27Revert "fix source path."pietro
This reverts commit 1fa98d6183e77517e3ab851072e37e4235a3fe67.
2009-11-27fix source path.pietro
2009-11-23move plugin directory to fit new 0.25.x style and update file paths accordinglyMicah Anderson
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