Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-14 | Merge pull request #557 from jbondpdx/4.10.x | Bryan Jen | |
edits to README | |||
2015-12-14 | more carriage returns | jbondpdx | |
2015-12-14 | more carriage returns, no | jbondpdx | |
2015-12-14 | removing mid-line carriage returns | jbondpdx | |
2015-12-14 | edits to README | jbondpdx | |
2015-12-11 | Merge pull request #556 from HelenCampbell/4.10.0_prep | Bryan Jen | |
Changelog and versionbump for 4.10.0 | |||
2015-12-11 | Changelog and versionbump for 4.10.0 | Helen Campbell | |
2015-12-10 | Merge pull request #554 from kjetilho/ticket/2886-seeded_rand | Bryan Jen | |
(#2886) seeded_rand: new function | |||
2015-12-08 | Merge pull request #555 from puppetlabs/4.9.x | TP Honey | |
4.9.x Mergeback | |||
2015-12-08 | (#2886) seeded_rand: new function | Kjetil Torgrim Homme | |
seeded_rand is needed for repeatable randomness across nodes in a cluster | |||
2015-11-30 | Merge pull request #546 from jdevesa/validate_ip | Bryan Jen | |
Add validator for any IP address | |||
2015-11-30 | Add validator for any IP address | Jaume Devesa | |
Provide a validator for IP addresses, regardless they are IPv4 or IPv6, and its documentation. | |||
2015-11-24 | Merge pull request #550 from tphoney/release_4.9.1 | Bryan Jen | |
4.9.1 release prep | |||
2015-11-24 | 4.9.1 release prep | tphoney | |
2015-11-24 | Merge pull request #551 from mattbostock/fix_ipv4_doc | David Schmitt | |
Fix reference to validate_bool in IP4 function | |||
2015-11-23 | Fix reference to validate_bool in IP4 function | Matt Bostock | |
The documentation in `validate_ipv4_address` references `validate_bool`, but I believe this should read `validate_ipv4_address` instead, which makes more sense. | |||
2015-11-20 | Merge pull request #548 from bmjen/ruby187 | Hunter Haugen | |
Fix Gemfile to work with ruby 1.8.7 | |||
2015-11-20 | Fix Gemfile to work with ruby 1.8.7 | Bryan Jen | |
2015-11-20 | Merge pull request #543 from ghoneycutt/patch-2 | Bryan Jen | |
Use absolute class name in example | |||
2015-11-20 | Merge pull request #547 from reidmv/fm_3773 | Bryan Jen | |
(FM-3773) Fix root_home fact on AIX 5.x | |||
2015-11-19 | (FM-3773) Fix root_home fact on AIX 5.x | Reid Vandewiele | |
The -C (capital C) flag to lsuser is incorrect. It should be -c (lowercase). this commit updates the aix root_home fact to use `lsuser -c`, rather than `lsuser -C`. | |||
2015-11-09 | Merge pull request #544 from HelenCampbell/readmeaddition | David Schmitt | |
pick_default addition to readme | |||
2015-11-09 | pick_default addition to readme | Helen Campbell | |
2015-11-06 | Use absolute class name in example | Garrett Honeycutt | |
2015-11-06 | Merge pull request #542 from greg0ire/patch-1 | Helen | |
use properly encoded characters | |||
2015-11-03 | use properly encoded characters | Grégoire Paris | |
This is more severe than it sounds. These characters make puppet fail with the following message : > Error 400 on SERVER: "\xC3" on US-ASCII | |||
2015-10-28 | Merge pull request #541 from mattflaschen/patch-1 | David Schmitt | |
Fix capitalize docs | |||
2015-10-27 | Fix capitalize docs | Matt Flaschen | |
Capitalize lower-cases the remaining characters (due to the Ruby function having this behavior); document this, and make minor wording tweaks. | |||
2015-10-23 | Merge pull request #540 from marrero984/update_str2bool_readme | David Schmitt | |
(#2183) updated str2bool readme wording | |||
2015-10-22 | (#2183) updated str2bool readme wording | marrero984 | |
2015-10-16 | Merge pull request #538 from mmckinst/bool2str_enhance | David Schmitt | |
add functionality to bool2str function | |||
2015-10-15 | add functionality to bool2str to return strings of your choice for a boolean | Mark McKinstry | |
2015-10-15 | Merge pull request #539 from mentat/MODULES-2696 | Hunter Haugen | |
Add check to ensure regex does not throw for none type. | |||
2015-10-15 | Add check to ensure regex does not throw for none type. | Jesse Lovelace | |
Add a quick check to ensure puppetversion value is not nil and supporting test. | |||
2015-10-15 | Merge pull request #537 from cmurphy/fix_load_module_metadata | David Schmitt | |
Fix load module metadata | |||
2015-10-14 | Let load_module_metadata succeed on empty file | Colleen Murphy | |
Some modules or module versions don't have a metadata.json file, but we might still want to use the load_module_metadata function on them. The lack of a file can still give us important information. For example, it might tell us that the version of the module installed is "very old" even if we can't read the version number directly. This patch adds a parameter to let the user specify if an empty file is acceptable. To preserve backwards compatibility it does not change the current default behavior, which is to raise an error if metadata.json does not exist. | |||
2015-10-14 | Rename load_module_metadata test path | Colleen Murphy | |
`rake spec` only finds test files that end in _spec.rb, so this test was not being run. Correct the path name so that the test runs properly. | |||
2015-10-14 | Merge pull request #536 from DavidS/improve-file_line-docs | TP Honey | |
(MODULES-2421) improve description of file_line | |||
2015-10-13 | (MODULES-2421) improve description of file_line | David Schmitt | |
This mostly needed extraction of the existing doc strings from the type. | |||
2015-10-13 | Merge pull request #535 from martinpfeifer/package_provider_fact | David Schmitt | |
prevent deprecation warning about the allow_virtual parameter | |||
2015-10-13 | prevent deprecation warning about the allow_virtual parameter | Martin Pfeifer | |
2015-10-01 | Merge pull request #534 from asasfu/feature/package_provider_fact | Bryan Jen | |
Add package_provider fact | |||
2015-09-28 | Merge pull request #533 from HelenCampbell/MODULES-2614-Improved | David Schmitt | |
Modules 2614 improved numeric value handling on empty function | |||
2015-09-28 | Added acceptance test and updated readme | Helen Campbell | |
2015-09-28 | Check for numeric values as empty fails on those | Roman Mueller | |
2015-09-28 | Merge pull request #532 from DavidS/fix-is_a-readme | Helen | |
(FM-3701) Update README for is_a | |||
2015-09-28 | (FM-3701) Update README for is_a | David Schmitt | |
2015-09-28 | Merge pull request #531 from asasfu/improvement/service_provider_fact | David Schmitt | |
fixup-PR#506 Speed improvements in facter resolution | |||
2015-09-25 | fixup-PR#506 Speed improvements in facter resolution | Adam S | |
This is to improve speed on Facter resolution of service_provider fact that was just introduced in PR# 506. The improvements go from 280ms resolution time approx. down to 2ms resolution time approx. by adding requires statements. | |||
2015-09-25 | Add package_provider fact | Adam S | |
This adds a package_provider fact for situations where we need to be able to know the client's package provider in a simple way. Situations such as: package { 'name': install_options => [] } As those tend to be package provider specific options. |