summaryrefslogtreecommitdiff
path: root/manifests/classes
AgeCommit message (Collapse)Author
2009-07-16Avoiding exec errorSilvio Rhatto
Trying to force path so puppet doesn't issue the following error: Could not create true # require_lsbdistcodename: 'true # require_lsbdistcodename' is both unqualifed and specified no search path at /etc/puppet/modules/common/manifests/classes/lsb_release.pp:40
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
2008-02-14lsb_release: remove paths from exec, to be more flexible, hint from ↵David Schmitt
admin@immerda.ch
2007-11-26quiet down lsb_release checksroot
2007-08-26recognize lsbdistcodename 'n/a'David Schmitt
micah <micah@riseup.net> reported, that lsb_release can report nonsensical values for lsbdistcodename; assert_lsbdistcodename now recognises "n/a" and acts accordingly
2007-06-25add fqdn to error messagedavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@60 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-06-25added assert_lsbdistcodenamedavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@57 f03ff2f1-f02d-0410-970d-b9634babeaa1