aboutsummaryrefslogtreecommitdiff
path: root/manifests/defines/modules_dir.pp
AgeCommit message (Collapse)Author
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-08-02minor fixes to .ignore and docsDavid Schmitt
2008-06-30modules_dir: nail empty directory files/empty/ into the repoDavid Schmitt
Since git ignores empty directories, I had to create a placeholder to fool git. The placeholder is ignored in the define.
2008-06-05remove one more $servernameDavid Schmitt
2008-06-05do not use $servername in puppet:// urlsmartin f. krafft
Instead, use puppet:///, which automatically uses $servername when executed on clients, but which also works when run locally. Signed-off-by: martin f. krafft <madduck@madduck.net> Signed-off-by: David Schmitt <david@schmitt.edv-bus.at>
2008-04-06re-enable automatic modules_dir sourceDavid Schmitt
2008-02-14more BSD compatability from admin@immerda.chDavid Schmitt
2008-01-28catchup commitDavid Schmitt
2007-10-27common: fix default mode for modules_dirroot
2007-09-26common: fix clash between modules_dir and concatenated_file(dir) betterroot
2007-08-01added local override for modules_dir and use it for ntpdavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@140 f03ff2f1-f02d-0410-970d-b9634babeaa1