Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-11 | Fix typo in comment. | intrigeri | |
2010-12-11 | Merge remote branch 'shared/master' | intrigeri | |
Conflicts: lib/puppet/parser/functions/split.rb | |||
2010-11-30 | Merge remote branch 'lavamind/master' | mh | |
2010-11-10 | Merge remote branch 'cmaisonneuve/master' | intrigeri | |
2010-11-07 | enable possibility to set a concatenated file to absent | mh | |
2010-09-21 | Use default 'puppet' filebucket instead of arbitrary 'server' for ↵ | Jerome Charaoui | |
config_file backup | |||
2010-09-02 | Merge remote branch 'immerda/master' | Micah Anderson | |
Conflicts: lib/puppet/parser/functions/gsub.rb lib/puppet/parser/functions/prefix_with.rb lib/puppet/parser/functions/sha1.rb lib/puppet/parser/functions/slash_escape.rb lib/puppet/parser/functions/substitute.rb manifests/classes/lsb_release.pp manifests/defines/concatenated_file.pp manifests/defines/config_file.pp manifests/defines/line.pp manifests/defines/module_dir.pp manifests/defines/module_file.pp manifests/defines/replace.pp manifests/init.pp | |||
2010-09-02 | remove unnecessary fileserver variable (#2460) round II | mh | |
2010-09-02 | remove unnecessary fileserver variable (#2460) | mh | |
2010-09-02 | escaping | mh | |
2010-09-02 | cleanup escaping stuff | mh | |
2010-09-02 | Revert "remove escaping" | mh | |
This reverts commit 7cc9d114afc9d5c807a7ee30bff7aaba865aded3. | |||
2010-09-02 | Revert "remove escaping" | mh | |
This reverts commit 40e3048d060f10105ae9dff524d5fa7901523a3e. | |||
2010-09-02 | remove escaping | mh | |
2010-09-02 | remove escaping | mh | |
2010-09-02 | add ensure and alias parameters to modules_file compatiblity resource and ↵ | Jerome Charaoui | |
use undef keywork for alias | |||
2010-09-02 | quote var to be safer | mh | |
2010-09-02 | add esnure and alias paramaters to module_file | Jerome Charaoui | |
2010-09-02 | fix whitespace (remove tabs & trailing whitespace) | Jerome Charaoui | |
2010-09-02 | refactor 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-02 | document changes in module_dir usage | Jerome Charaoui | |
2010-09-02 | refactoring the last part of moduledirs | Marcel Haerry | |
2010-09-02 | concatenated_file: update define to latest from David Schmitt's common module | Jerome Charaoui | |
2010-09-02 | add $module_dir_path in modules_dir define for compatibility with David ↵ | Jerome Charaoui | |
Schmitt's module | |||
2010-09-02 | set sed and grep relative | mh | |
2010-09-02 | make the removal of line safer | mh | |
2010-09-02 | add alias for compatibility | mh | |
2010-09-02 | make the define much easier | mh | |
2010-09-02 | remove link if absent | Andreas | |
2010-09-02 | generate a link | Andreas | |
2010-09-02 | remove extra slash | mh | |
2010-09-02 | fix missing urls to 0.25.x | mh | |
2010-09-02 | fix missing urls to 0.25.x | mh | |
2010-09-02 | recursivly updating file path to new 0.25 style | mh | |
2010-09-02 | remove unnecessary import | mh | |
2010-09-02 | move plugin directory to fit new 0.25 style | mh | |
2010-09-02 | we don't require any of these execs, so we don't need them | mh | |
2010-09-02 | fixed quoting | mh | |
2009-11-27 | Revert "fix source path." | pietro | |
This reverts commit 1fa98d6183e77517e3ab851072e37e4235a3fe67. | |||
2009-11-27 | Revert "fix path to source file." | pietro | |
This reverts commit 314af5320fd658c7423eb766b2b00a378a20dfb7. | |||
2009-11-27 | fix source path. | pietro | |
2009-11-27 | fix path to source file. | pietro | |
2009-11-23 | move plugin directory to fit new 0.25.x style and update file paths accordingly | Micah Anderson | |
2009-09-03 | fix indentation in line.pp example configuration snippet | Micah Anderson | |
2009-09-03 | remove 'backup => server' from config_file, as there is no such thing | Micah 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-13 | Add append_if_no_such_line compatablity define | David Schmitt | |
2009-06-09 | RDoc-ify documentation | David Schmitt | |
See http://club.black.co.at/david/puppet/doc/ for a current version of the RDoc output. | |||
2009-06-02 | always run concatenate command | David 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-31 | Major cleanup of the common module | David 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-15 | create a common class to install openssl | David Schmitt | |