summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-07remove some legacy functions that are now in upstreammh
2010-09-02remove unnecessary fileserver variable (#2460) round IImh
2010-09-02remove unnecessary fileserver variable (#2460)mh
2010-09-02escapingmh
2010-09-02cleanup escaping stuffmh
2010-09-02Revert "remove escaping"mh
This reverts commit 7cc9d114afc9d5c807a7ee30bff7aaba865aded3.
2010-09-02Revert "remove escaping"mh
This reverts commit 40e3048d060f10105ae9dff524d5fa7901523a3e.
2010-09-02remove escapingmh
2010-09-02remove escapingmh
2010-09-02add ensure and alias parameters to modules_file compatiblity resource and ↵Jerome Charaoui
use undef keywork for alias
2010-09-02quote var to be safermh
2010-09-02add esnure and alias paramaters to module_fileJerome Charaoui
2010-09-02fix whitespace (remove tabs & trailing whitespace)Jerome Charaoui
2010-09-02refactor modules_dir and modules_file to remove plural (deprecated in David ↵Jerome Charaoui
Schmitt's version) and adjust module_file to new module_dir structure
2010-09-02document changes in module_dir usageJerome Charaoui
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
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>
2008-04-06re-enable automatic modules_dir sourceDavid Schmitt
2008-04-06checkupDavid Schmitt
2008-02-29add "prefix_with" functionDavid Schmitt
2008-02-29config_file: use File's built-in checking for content/sourceDavid Schmitt
2008-02-14more BSD compatability from admin@immerda.chDavid Schmitt
2008-02-14lsb_release: remove paths from exec, to be more flexible, hint from ↵David Schmitt
admin@immerda.ch
2008-01-28catchup commitDavid Schmitt