Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-09 | Merge pull request #518 from logicminds/case_insensitive | TP Honey | |
accept any case of boolean strings | |||
2015-09-08 | Merge pull request #519 from dmitryilyin/fetch | TP Honey | |
[MAINT] Improve 'try_get_value' readme | |||
2015-09-04 | [MAINT] Improve 'try_get_value' readme | Dmitry Ilyin | |
2015-09-04 | accept any case of boolean strings | Corey Osman | |
* previously the str2bool function did not accept 'TRUE' as a bool type. This causes the function to now accept TRUE, FALSE strings as a boolean type in order to be converted to a proper boolean. * This would also cause Y,N, YES, NO to be accepted as boolean types as well. | |||
2015-09-02 | Merge pull request #517 from DavidS/try_get_value-acceptance | TP Honey | |
(MAINT) fix up try_get_value acceptance test | |||
2015-09-02 | (MAINT) fix up try_get_value acceptance test | David Schmitt | |
2015-09-02 | Merge pull request #513 from dmitryilyin/fetch | David Schmitt | |
Add a new function "try_get_value" | |||
2015-09-01 | Add a new function "try_get_value" | Dmitry Ilyin | |
* Extracts a value from a deeply-nested data structure * Returns default if a value could not be extracted | |||
2015-09-01 | Merge pull request #515 from ↵ | David Schmitt | |
jfautley/ticket/MODULES-2478-support_root_home_fact_on_AIX (MODULES-2478) Make root_home fact work on AIX using native lsuser command | |||
2015-08-28 | (MODULES-2478) Support root_home fact on AIX through "lsuser" command | Jon Fautley | |
Squashed, and amended test for comment lines. | |||
2015-08-27 | Merge pull request #514 from DavidS/add-convert_base | TP Honey | |
Adds a convert_base function, which can convert numbers between bases | |||
2015-08-27 | Adds a convert_base function, which can convert numbers between bases | fhats | |
Squashed, improved docs, updated error handling and unit tests by David S. | |||
2015-08-25 | Merge pull request #512 from Jetroid/consistentreadme | David Schmitt | |
Consistent Readme | |||
2015-08-25 | Add consistent *Type* information | Jetroid | |
Remove trailing whitespace Two functions had not been given any *Type* information. This commit fixes that. | |||
2015-08-24 | Merge pull request #510 from DavidS/base64-unit-tests | Morgan Haskel | |
(MAINT) improve base64 unit tests | |||
2015-08-24 | (MAINT) improve base64 unit tests | David Schmitt | |
2015-08-24 | Merge pull request #507 from Jetroid/mod2456 | David Schmitt | |
(MODULES-2456) Modify union to accept more than two arrays | |||
2015-08-24 | (MODULE-2456) Modify union to accept more than two arrays | Jetroid | |
Add spec tests to test the new functionality: *Case for 3 arrays. *Case for 4 arrays. Modify README to note new functionality. This is for issue MODULE-2456, follow the precedent of MODULE-444. This change allows union to be much more useful, unioning many arrays in one line rather than in n lines. Additionally, as this is only added functionality, and does not affect the 2 array case that all modules currently using array are using, it should not affect any existing modules utilizing union. This is now useful, for example, for merging many arrays of resources (eg: packages.) to generate just one list with no duplicates, to avoid duplicate resource declarations. | |||
2015-08-14 | Merge pull request #505 from gibbsoft/dos2unix | David Schmitt | |
(MODULES-2410) Add new functions dos2unix and unix2dos | |||
2015-08-14 | (MODULES-2410) Add new functions dos2unix and unix2dos | Nigel Gibbs | |
2015-08-13 | Merge pull request #499 from jearls/2370-use-match-for-ensure-absent | Bryan Jen | |
[MODULES-2370] allow `match` parameter to influence `ensure => absent` behavior. | |||
2015-08-12 | Merge pull request #503 from puppetlabs/4.8.x | Morgan Haskel | |
Mergeback 4.8.x | |||
2015-08-11 | Add puppet_version back to spec_helper | Hunter Haugen | |
2015-08-11 | Merge pull request #502 from hunner/fix_after | Morgan Haskel | |
Sometimes this exits 1 | |||
2015-08-11 | Sometimes this exits 1 | Hunter Haugen | |
2015-08-11 | Merge pull request #501 from hunner/bug_helper | TP Honey | |
Fix extraneous end | |||
2015-08-11 | Fix extraneous end | Hunter Haugen | |
2015-08-10 | Merge pull request #500 from hunner/prep_4.8.0 | Bryan Jen | |
Prep 4.8.0 | |||
2015-08-10 | Prep 4.8.0 | Hunter Haugen | |
2015-08-06 | allow `match` parameter to influence `ensure => absent` behavior. | Johnson Earls | |
Split the `destroy` method of the file_type::ruby provider into two private methods: `handle_destroy_line` which is the same as the previous `destroy` method, and `handle_destroy_with_match` which will destroy any line which matches the `match` parameter, raising an error if multiple lines match and the `multiple` parameter is not `true`. This new behavior is only used if the new boolean parameter `match_for_absence` is `true` (it defaults to `false`). | |||
2015-08-06 | Merge pull request #497 from domcleal/tickets/master/MODULES-2316 | Bryan Jen | |
(MODULES-2316) Change file_type boolean parameter to symbols | |||
2015-08-04 | (MODULES-2316) Change file_type boolean parameter to symbols | Dominic Cleal | |
Puppet's boolean parameter type is only available in Puppet 3.3 and higher, so change file_type's new "replace" parameter to a regular parameter with true and false as possible values. This matches the existing "multiple" parameter. | |||
2015-07-31 | Merge pull request #483 from nibalizer/load_metadata_json | Hunter Haugen | |
Add load_metadata_json function | |||
2015-07-30 | Add load_metadata_json function | Spencer Krum | |
This function loads the metadata.json into a puppet variable. This enables a number of neat things such as: * Which version of the module am I using? 2.x? 3.x? * Which author of the module am I using? puppetlabs? example42? | |||
2015-07-30 | Merge pull request #496 from pizzaops/master | Hunter Haugen | |
Remove colorful language from module. | |||
2015-07-30 | Remove colorful language from module. | Zee Alexander | |
2015-07-30 | Merge pull request #494 from CENGN/fix/master/file_line_replace | Bryan Jen | |
[#puppethack] Adding replace attribute to file_line | |||
2015-07-30 | Merge pull request #495 from puppetlabs/4.7.x | Bryan Jen | |
4.7.x | |||
2015-07-30 | (MODULES-2024) Adding replace attribute to file_line | Raymond Maika | |
2015-07-30 | Merge pull request #493 from DavidS/fixup-acceptance-testing | TP Honey | |
(maint) use puppet's utility function instead of API that's not avail… | |||
2015-07-30 | (maint) use puppet's utility function instead of API that's not available on ↵ | David Schmitt | |
all rubies | |||
2015-07-29 | Merge pull request #492 from DavidS/fixup-acceptance-testing | Hunter Haugen | |
Fixup acceptance testing | |||
2015-07-27 | Merge pull request #491 from ekohl/style-fixes | David Schmitt | |
Style fixes | |||
2015-07-25 | Style fixes | Ewoud Kohl van Wijngaarden | |
2015-07-22 | (main) clean up fqdn_rand acceptance tests to work on windows | David Schmitt | |
2015-07-22 | (maint) Remove failing acceptance test for ensure_packages | David Schmitt | |
This only duplicates what's already being tested in ensure_packages_spec.rb but doesn't work on all our supported platforms. | |||
2015-07-22 | Merge pull request #489 from gcmalloc/master | David Schmitt | |
adding support for hash in the size function | |||
2015-07-22 | adding support for hash in the size function | gcmalloc | |
2015-07-21 | Merge pull request #490 from hunner/fix_specifier | Morgan Haskel | |
disable pw_hash test on sles, as it only supports md5 | |||
2015-07-21 | disable pw_hash test on sles, as it only supports md5 | Hunter Haugen | |