Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-05 | spec_helper_acceptance: fix FUTURE_PARSER usage | David Schmitt | |
Use the more common "yes", instead of "true" to detect FUTURE_PARSER. | |||
2015-05-05 | specs: move function specs to where rspec-puppet expects them | David Schmitt | |
2015-04-23 | specs: loosen certain error expectations to make tests pass on future parser | David Schmitt | |
2015-04-20 | Merge pull request #441 from mrzarquon/change_stdlib_to_include | Hunter Haugen | |
uses include type class declaration | |||
2015-04-20 | uses include type class declaration | Chris Barker | |
previous behavior used class { 'stdlib::stages':} which isn't singleton and could cause duplication resource declaration on the stages class. Since many community modules work by calling 'include stdlib' we should make stdlib's include of stages singleton as well. | |||
2015-04-18 | Merge pull request #440 from DavidS/fix-error-message | TP Honey | |
fqdn_rand_string: fix argument error message | |||
2015-04-17 | fqdn_rand_string: fix argument error message | David Schmitt | |
2015-04-16 | Merge pull request #439 from puppetlabs/4.6.x | Morgan Haskel | |
4.6.x | |||
2015-04-16 | Merge pull request #314 from amateo/feature/loadyaml_check_file | Morgan Haskel | |
Check if file exists before loading with loadyaml. If not, return nil | |||
2015-04-14 | Merge pull request #438 from hunner/fix_date | Bryan Jen | |
Fix the 4.6.0 release date | |||
2015-04-14 | Fix the 4.6.0 release date | Hunter Haugen | |
2015-04-14 | Merge pull request #437 from hunner/release_4.6.0 | Morgan Haskel | |
Prep for 4.6.0 | |||
2015-04-14 | Prep for 4.6.0 | Hunter Haugen | |
2015-04-13 | test case for when the file does not exist | Angel L. Mateo | |
2015-04-10 | Merge pull request #434 from bmjen/modules-2474 | Hunter Haugen | |
Modules-2474: Only runs enhanced salts functions test on systems that ... | |||
2015-04-10 | Modules-2474: Only runs enhanced salts functional test on systems that ↵ | Bryan Jen | |
support it. | |||
2015-04-10 | Merge pull request #433 from cmurphy/fix_acceptance | Bryan Jen | |
Fix acceptance tests for #405 | |||
2015-04-10 | Fix acceptance tests for #405 | Colleen Murphy | |
This fixes the acceptance tests by: - Ensuring the fqdn_rand_string spec is passed undef as the second parameter so that the seed is not used as the charset - Ensuring the pw_hash spec is passed the key specifying the type of hash, rather than the value that will be used to generate the password - Expecting puppet to report nil instead of empty string for undef passwords - Removing the fqdn_rand_base64 test because there is no such function | |||
2015-04-10 | Merge pull request #425 from jeffcoat/validate_augeas_spec | David Schmitt | |
Fix off-by-one error in validate_augeas_spec.rb that was causing rspec failure Even without the gem installed always, this is helpful to avoid errors should augeas be enabled/installed due to something else. | |||
2015-04-09 | Merge pull request #431 from bmjen/file-line-refactor | Morgan Haskel | |
File_line checks provided after param if no match is found | |||
2015-04-09 | Merge pull request #432 from cmurphy/fix_acceptance_undefined_var | Morgan Haskel | |
Fix unsupported platforms variable name in tests | |||
2015-04-09 | Fix unsupported platforms variable name in tests | Colleen Murphy | |
unsupported_platforms is not a valid identifier, and trying to use it causes acceptance tests to error out before running any tests. The correct identifier for the unsupported platforms constants is UNSUPPORTED_PLATFORMS. | |||
2015-04-09 | Add spec tests and pulled in PR #427 | Travis Fields | |
Changed append line to open in 'w' mode and have to rewrite lines in order to append new line | |||
2015-04-09 | file_line honors after if match not found. | Bryan Jen | |
2015-04-09 | Merge pull request #430 from mhaskel/gjngeldenhuis-docupdate | Hunter Haugen | |
Clarifying behaviour of attributes and adding an extra example. | |||
2015-04-09 | Clarifying behaviour of attributes and adding an extra example. | Gerrard Geldenhuis | |
2015-04-09 | Merge pull request #405 from elyscape/feature/fqdn_rand_strings | Hunter Haugen | |
(MODULES-1715) Add FQDN-based random string generator | |||
2015-04-09 | Merge pull request #408 from elyscape/feature/pw_hash | Hunter Haugen | |
(MODULES-1737) Add pw_hash() function | |||
2015-04-09 | Merge pull request #429 from DavidS/modulesync-configs-update | Morgan Haskel | |
Update Travis CI job from current modulesync_configs | |||
2015-04-08 | Update Travis CI job from current modulesync_configs | David Schmitt | |
2015-04-05 | (MODULES-1737) Add pw_hash() function | Eli Young | |
2015-03-31 | (MODULES-1715) Add fqdn_rand string generators | Eli Young | |
2015-03-30 | Merge pull request #428 from nibalizer/links_in_readme | TP Honey | |
Make each function a link in the readme | |||
2015-03-28 | Make each function a link in the readme | Spencer Krum | |
Using a ####, github will create a link. This makes it so I can link someone directly to the function I want to show them. | |||
2015-03-26 | Merge pull request #426 from anodelman/master | Justin Stoller | |
(BKR-147) add Gemfile setting for BEAKER_VERSION for puppet... | |||
2015-03-24 | (BKR-147) add Gemfile setting for BEAKER_VERSION for puppet... | Alice Nodelman | |
puppetdb, etc - support for BEAKER_VERSION and BEAKER_RSPEC_VERSION in gemfile | |||
2015-03-10 | Fix off-by-one error in validate_augeas_spec.rb that was causing rspec failure. | Mark Jeffcoat | |
2015-03-06 | Merge pull request #404 from roderickm/PUP-3856_isnt_domain_name | Morgan Haskel | |
(MODULES-1670) Do not match dotted-quad IP address as domain name | |||
2015-03-06 | Merge pull request #423 from cyberious/GemfileBeaker | TP Honey | |
Add ability to pin beaker versions | |||
2015-03-05 | If present, top-level domain must be alphabetic | Rod Montgomery | |
See RFC 1123, Section 2.1 http://tools.ietf.org/html/rfc1123#section-2 | |||
2015-03-05 | Add ability to pin beaker versions | Travis Fields | |
2015-03-05 | Merge pull request #422 from cyberious/assert_private | TP Honey | |
Assert private | |||
2015-03-05 | Add private function back and forward to assert_private with deprecation warning | Travis Fields | |
2015-03-05 | Merge pull request #369 from rfugina/dirname_typecheck | Hunter Haugen | |
Dirname typecheck | |||
2015-03-05 | Rename private() to assert_private() | Franz Pletz | |
As mentioned in #270, private is a reserved keyword in the future parser which is to be released with Puppet 4. As it stands, this function is not useable with the future parser so it needs to renamed. This is a breaking change. | |||
2015-03-05 | Merge pull request #375 from ↵ | Hunter Haugen | |
poikilotherm/feature/master/validate_integer_and_numeric (MODULES-560) Add new functions validate_numeric() and validate_integer(). | |||
2015-03-05 | Merge pull request #420 from mhaskel/improveprefix | TP Honey | |
Add support for hashes in the prefix function | |||
2015-03-04 | Merge pull request #410 from robruma/range_documentation_update | Morgan Haskel | |
Adding markdown for the range() function's 3rd argument | |||
2015-03-04 | Adding markdown for the range() function's 3rd argument | robruma | |
Adding markdown for the range() function's 3rd argument Adding markdown for the range() function's 3rd argument | |||
2015-03-03 | Add support for hashes in the prefix function | Stefan Goethals | |
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu> |