aboutsummaryrefslogtreecommitdiff
path: root/manifests/defines/module_file.pp
AgeCommit message (Collapse)Author
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-03-24$alias is a metaparam - using it as a variable name results in:Jamie McClelland
remote: warning: alias is a metaparam; this value will inherit to all contained resources When running puppet with --verbose
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) round IImh
2010-09-02add ensure and alias parameters to modules_file compatiblity resource and ↵Jerome Charaoui
use undef keywork for alias
2010-09-02add esnure and alias paramaters to module_fileJerome Charaoui
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-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