summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-02refactoring the last part of moduledirsMarcel Haerry
2010-09-02concatenated_file: update define to latest from David Schmitt's common moduleJerome Charaoui
2010-09-02add $module_dir_path in modules_dir define for compatibility with David ↵Jerome Charaoui
Schmitt's module
2010-09-02set sed and grep relativemh
2010-09-02make the removal of line safermh
2010-09-02add alias for compatibilitymh
2010-09-02make the define much easiermh
2010-09-02remove link if absentAndreas
2010-09-02generate a linkAndreas
2010-09-02remove extra slashmh
2010-09-02fix missing urls to 0.25.xmh
2010-09-02fix missing urls to 0.25.xmh
2010-09-02recursivly updating file path to new 0.25 stylemh
2010-09-02remove unnecessary importmh
2010-09-02move plugin directory to fit new 0.25 stylemh
2010-09-02whitespacemh
2010-09-02fixing typomh
2010-09-02added a strlength function to get the length of a string into puppetmh
2010-09-02we don't require any of these execs, so we don't need themmh
2010-09-02fixed quotingmh
2009-12-27Reverting last changes: workaround doesn't workSilvio Rhatto
2009-12-27Workaround for puppet issue #2786 (3)Silvio Rhatto
2009-12-27Workaround for puppet issue #2786 (2)Silvio Rhatto
2009-12-27Workaround for puppet issue #2786Silvio Rhatto
2009-12-25Adding delete_linesSilvio Rhatto
2009-12-06Merge git://labs.riseup.net/module_commonSilvio Rhatto
2009-11-27Revert "fix source path."pietro
This reverts commit 1fa98d6183e77517e3ab851072e37e4235a3fe67.
2009-11-27Revert "fix path to source file."pietro
This reverts commit 314af5320fd658c7423eb766b2b00a378a20dfb7.
2009-11-27fix source path.pietro
2009-11-27fix path to source file.pietro
2009-11-23move plugin directory to fit new 0.25.x style and update file paths accordinglyMicah Anderson
2009-09-03fix indentation in line.pp example configuration snippetMicah Anderson
2009-09-03remove 'backup => server' from config_file, as there is no such thingMicah Anderson
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-07-29Trying to fix line defintionSilvio Rhatto
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-07-13Add append_if_no_such_line compatablity defineDavid Schmitt
2009-06-09RDoc-ify documentationDavid Schmitt
See http://club.black.co.at/david/puppet/doc/ for a current version of the RDoc output.
2009-06-02blob!=raw, should check wget better ;-)David Schmitt
2009-06-02Reenable gsub, since regsubst is no proper replacementDavid Schmitt
2009-06-02always run concatenate commandDavid Schmitt
Now that this doesn't case unnecessary updates in the system, running the concatenation every time imrpoves robustness in the face of state damages and other non-notifying content changes. Also, tone down the exec to info level to keep the log clean.
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-09-15create a common class to install opensslDavid Schmitt
2008-08-25improve documentation and function namingDavid Schmitt
2008-08-11remove netmask.rb which was merged in facter 1.5David Schmitt
2008-08-02minor fixes to .ignore and docsDavid Schmitt
2008-07-08more corrections of .ignoreDavid 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-26line: do a full string match of $line instead of a regex matchDavid Schmitt
This allows $line to contain '/' characters and is generally the safer thing to do. Patch from Francois Deppierraz <francois.deppierraz@camptocamp.com>
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>