Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-03 | Merge branch 'tests' into 'master' | Micah | |
Add rspec skeleton See merge request !5 | |||
2016-11-03 | Merge branch 'puppet4' into 'master' | Micah | |
The file mode specification must be a string, not 'Fixnum' Needed to use module_dir on puppet4 See merge request !4 | |||
2016-11-03 | Add rspec skeleton | varac | |
2016-11-03 | The file mode specification must be a string, not 'Fixnum' | varac | |
2015-05-08 | Merge branch 'master' into 'master' | Jerome Charaoui | |
Fixes #1 - Update README to include information for upgrading to the new version See merge request !2 | |||
2015-05-08 | Fixes #1 - Update README to include information for upgrading to the new version | Micah Anderson | |
2015-04-17 | Add GPLv3 license | Micah Anderson | |
2015-02-28 | Merge branch 'master' into 'master' | Micah | |
Merge with immerda See merge request !1 | |||
2015-02-20 | Merge branch 'master' of git://git.puppet.immerda.ch/module-common | Jerome Charaoui | |
2014-10-09 | add a get_default function | o | |
2014-04-25 | remove unnecessary file | mh | |
2014-04-25 | remove functions that are either covered with builtin functions or stdlib ↵ | mh | |
functions | |||
2014-04-16 | fix syntax | o | |
2014-04-16 | add an array_join function | o | |
2013-02-27 | remove delete_lines, as this define is obsolete | mh | |
2013-01-03 | cleanup module to work better on newer puppet versions | mh | |
2012-06-08 | in 2.7 recmkdir is gone | mh | |
2011-10-08 | remove a couple of functions that can now be found in the puppetlabs stdlib | mh | |
2011-08-04 | fix class loading so variables are set | Marcel Haerry | |
2011-07-15 | it is not anymore necessary to have an empty directory as source to purge things | mh | |
2011-05-17 | add hash_merge function | mh | |
2011-05-17 | add array union function | mh | |
2011-04-14 | remove delete_lines, as this define is obsolete | mh | |
2011-03-25 | add Upgrade notice, and additional copyright information. I didn't get ↵ | Micah Anderson | |
everyone in the copyright stanza, so please add yourself if you aren't there! | |||
2011-03-25 | fix merge error | Micah Anderson | |
2011-03-25 | Merge remote-tracking branch 'sarava/master' | Micah Anderson | |
Conflicts: manifests/defines/line.pp manifests/defines/module_dir.pp manifests/defines/module_file.pp manifests/init.pp | |||
2011-03-24 | Merge branches 'mayfirst' and 'master' | Silvio Rhatto | |
2011-03-24 | Merge branch 'master' of git://git.mayfirst.org/mfpl/puppet-modules/common ↵ | Silvio Rhatto | |
into mayfirst | |||
2011-03-24 | $alias is a metaparam - using it as a variable name results in: | Jamie McClelland | |
remote: warning: alias is a metaparam; this value will inherit to all contained resources When running puppet with --verbose | |||
2011-02-26 | Remove append_if_no_such_line to sync with shared module. | intrigeri | |
2011-02-26 | Merge remote branch 'immerda/master' | intrigeri | |
2011-02-14 | Removing duplicate module_dir definition | Silvio Rhatto | |
2011-02-14 | Merge branch 'master' of git://labs.riseup.net/shared-common | Silvio Rhatto | |
Conflicts: lib/puppet/parser/functions/gsub.rb lib/puppet/parser/functions/prefix_with.rb lib/puppet/parser/functions/slash_escape.rb lib/puppet/parser/functions/split.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-12-31 | rather directly read the file than use the puppet function | mh | |
2010-12-30 | add a new function called tfile | mh | |
2010-12-16 | Merge remote branch 'immerda/master' | intrigeri | |
2010-12-12 | add array_include function | mh | |
2010-12-11 | Merge remote branch 'immerda/master' | intrigeri | |
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-12-09 | remove gsub in favor of builtin regsubst | mh | |
2010-11-30 | Merge remote branch 'lavamind/master' | mh | |
2010-11-10 | Merge remote branch 'cmaisonneuve/master' | intrigeri | |
2010-11-07 | add a new function & tests for that function | mh | |
2010-11-07 | enable possibility to set a concatenated file to absent | mh | |
2010-11-07 | go on uniq strings | mh | |
Looks like puppet has some internal representation which is not comparable. | |||
2010-11-07 | add a function to do some array work | mh | |
2010-11-07 | add a join function | mh | |
2010-11-07 | remove some legacy functions that are now in upstream | mh | |
2010-09-24 | Add multi_source_template function | Jerome Charaoui | |