summaryrefslogtreecommitdiff
path: root/manifests/defines
AgeCommit message (Collapse)Author
2010-11-30Merge remote branch 'lavamind/master'mh
2010-11-07enable possibility to set a concatenated file to absentmh
2010-09-21Use default 'puppet' filebucket instead of arbitrary 'server' for ↵Jerome Charaoui
config_file backup
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 40e3048d060f10105ae9dff524d5fa7901523a3e.
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
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-29config_file: use File's built-in checking for content/sourceDavid Schmitt
2008-02-14more BSD compatability from admin@immerda.chDavid Schmitt
2008-01-28catchup commitDavid Schmitt
2007-11-30concatenated_file: create a sensible default for dir parameterroot
patch by Chris MacLeod, thanks!
2007-11-13common: minor improvements to config_file, replace and lineroot
2007-10-27common: fix default mode for modules_dirroot
2007-10-27common: modules_file define as companion to modules_dirroot
2007-10-26common/line, ssh: style cleanuproot
2007-10-09common: trivial passthrough for ensureroot
2007-10-08Add some examples to the individual definesMicah Anderson
2007-10-08Make the usage more friendlyMicah Anderson
2007-10-06common: remove hand made plugins install defines and use matt's plugins patchDavid Schmitt
This moves all facts and puppet plugins to the plugins/ directory of modules to get the benefits of Matt's plugins patch, that distributes these files before the configuration is requested. This reduces the number of configuration runs to convergence by one.
2007-09-26common: fix clash between modules_dir and concatenated_file(dir) betterroot
2007-09-11moved "replace" define to moduleroot