Commit graph

14 commits

Author SHA1 Message Date
intrigeri
001bbc5ff8 Merge remote branch 'cmaisonneuve/master' 2010-11-10 11:56:59 +01:00
Jerome Charaoui
a0818f9b36 Use default 'puppet' filebucket instead of arbitrary 'server' for config_file backup 2010-09-21 16:28:57 -04: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
Jerome Charaoui
ca9b0fecd9 fix whitespace (remove tabs & trailing whitespace) 2010-09-02 18:27:48 -04:00
Micah Anderson
89be6dc2f6 remove 'backup => server' from config_file, as there is no such thing
as 'server'. This didn't work as expected because of this error, and
in some situations it caused problems (such as when ever file in a
directory is considered a config file, such is the case with
apt.conf.d )
2009-09-03 13:54:28 -04: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
David Schmitt
39b980df25 config_file: use File's built-in checking for content/source 2008-02-29 16:49:59 +01: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
5f261926e3 common: trivial passthrough for ensure 2007-10-09 10:55:09 +02:00
Micah Anderson
f239916afc Add some examples to the individual defines 2007-10-08 11:40:09 +02:00
david
9038003134 added more comments and checksum=>md5
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@56 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-06-25 07:53:07 +00:00
david
f0578731d3 moved config_file to common module for apt module
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@54 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-06-25 07:44:24 +00:00