Commit graph

14 commits

Author SHA1 Message Date
mh
5597f5bbcb it is not anymore necessary to have an empty directory as source to purge things 2011-07-15 16:04:48 +02:00
Micah Anderson
63a16ad8c0 Merge remote branch 'immerda/master'
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-02 19:04:29 -04:00
mh
836316955a remove unnecessary fileserver variable (#2460) 2010-09-02 18:29:17 -04:00
mh
e5de903a22 escaping 2010-09-02 18:29:12 -04:00
mh
619f43a1bc Revert "remove escaping"
This reverts commit 40e3048d060f10105ae9dff524d5fa7901523a3e.
2010-09-02 18:28:49 -04:00
mh
533ec99736 remove escaping 2010-09-02 18:28:42 -04:00
mh
bd774cd232 quote var to be safer 2010-09-02 18:28:09 -04:00
Jerome Charaoui
ca9b0fecd9 fix whitespace (remove tabs & trailing whitespace) 2010-09-02 18:27:48 -04:00
Jerome Charaoui
1379f6cba1 refactor modules_dir and modules_file to remove plural (deprecated in David Schmitt's version) and adjust module_file to new module_dir structure 2010-09-02 18:26:50 -04:00
pietro
76b0a31a76 Revert "fix source path."
This reverts commit 1fa98d6183.
2009-11-27 18:58:39 -08:00
pietro
1fa98d6183 fix source path. 2009-11-27 18:35:46 -08:00
Micah Anderson
3ff12051c8 move plugin directory to fit new 0.25.x style and update file paths accordingly 2009-11-23 11:54:04 -05:00
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