Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 #487 from liv3d/fix_docs_in_upcase | David Schmitt | |
Fix documentation error in upcase | |||
2015-07-20 | Merge pull request #488 from cyberious/master | Hunter Haugen | |
(maint) Fix test to not assume is_pe fact on > 4.0.0 puppet | |||
2015-07-20 | (maint) Fix test to not assume is_pe fact on > 4.0.0 puppet | Travis Fields | |
2015-07-20 | Fix documentation error in upcase | Dan Offord | |
The documentation example shows an incorrect response when using the function, this PR corrects the example to agree with what the function actually does. | |||
2015-07-15 | Merge pull request #481 from tphoney/release_4.7.0 | David Schmitt | |
prep work for 4.7.0 | |||
2015-07-15 | prep work for 4.7.0 | tphoney | |
add new improvements puppet4 changes for testing | |||
2015-07-14 | Merge pull request #485 from ghoneycutt/patch-2 | David Schmitt | |
Clarify that third argument to ensure_resource() is a hash | |||
2015-07-12 | Clarify that third argument to ensure_resource() is a hash | Garrett Honeycutt | |
2015-07-10 | Merge pull request #484 from mhaskel/use_puppet_install_helper | TP Honey | |
Use puppet_install_helper | |||
2015-07-09 | Use puppet_install_helper | Morgan Haskel | |
2015-07-09 | Merge pull request #475 from DavidS/document-puppet4-compat | TP Honey | |
Document puppet 4 compatability in 4.6 | |||
2015-07-09 | Merge pull request #482 from DavidS/document_validate_slength_3rd_arg | Morgan Haskel | |
Add validate_slength's optional 3rd arg to README | |||
2015-07-09 | Merge pull request #479 from mklette/master | Hunter Haugen | |
catch and rescue from looking up non-existent facts | |||
2015-07-09 | Add validate_slength's optional 3rd arg to README | Alexander Fisher | |
2015-06-24 | catch and rescue from looking up non-existent facts when looking for 'kind' | Mathias Klette | |
facter (2.x) only provides facts without interface suffix for * ipaddress * netmask 'macaddress' and 'network' facts will always have the related interface name appended. in turns lookupvar throws errors when strict_variables is enabled. | |||
2015-06-22 | Merge pull request #478 from drewfisher314/ticket/2134-add-solaris-12 | David Schmitt | |
Add support for Solaris 12 | |||
2015-06-19 | Add support for Solaris 12 | Drew Fisher | |
2015-06-19 | Merge pull request #477 from mhaskel/aio_fix | Travis Fields | |
AIO uses puppet 4 so should return true for is_future_parser_enabled | |||
2015-06-19 | AIO uses puppet 4 so should return true for is_future_parser_enabled | Morgan Haskel | |
2015-06-19 | Merge pull request #474 from DavidS/fix-getvar-specs | JT (Jonny) | |
(maint) getvar: update spec to match implementation | |||
2015-06-18 | Document puppet 4 compatability in 4.6 | David Schmitt | |
2015-06-12 | (maint) getvar: update spec to match implementation | David Schmitt | |
2015-06-11 | Merge pull request #470 from Yelp/getvar_future_parser | David Schmitt | |
Also catch :undefined_variable as thrown by future parser | |||
2015-06-09 | Merge pull request #472 from justinstoller/maint/master/set_puppet_version | David Schmitt | |
(maint) update PUPPET_VERSION default to be 3.8.1 | |||
2015-06-08 | (maint) update PUPPET_VERSION default to be 3.8.1 | Justin Stoller | |
2015-06-05 | Merge pull request #471 from puppetlabs/travisci_update | TP Honey | |
Updated travisci file to remove allow_failures on Puppet4 | |||
2015-06-05 | Also catch :undefined_variable as thrown by future parser | Tomas Doran | |
2015-06-04 | Merge pull request #469 from hunner/fix_time | Morgan Haskel | |
Fix time() on 1.8.7 | |||
2015-06-04 | Fix time() on 1.8.7 | Hunter Haugen | |
The time() function takes an argument of a timezone, and always returns time in epoch format. The epoch format is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. This means that it is universally the same regardless of timezones. I don't know what the timezone argument is supposed to do, and it is not documented. So lets just make 1.8.7 work like > 1.8.7 | |||
2015-06-04 | Updated travisci file to remove allow_failures on Puppet4 | Jonathan Tripathy | |
2015-06-03 | Merge pull request #468 from kylog/camels-all-the-way-down | David Schmitt | |
Fix spelling of camelcase | |||
2015-06-03 | Merge pull request #466 from elyscape/fix/improve_fqdn_acceptance_tests | David Schmitt | |
Improve fqdn_rotate/fqdn_rand_string acceptance tests | |||
2015-06-02 | (doc) Fix spelling of camelcase in CHANGELOG.md | Kylo Ginsberg | |
2015-06-02 | fqdn_rand_string: Add acceptance tests for custom charsets | Eli Young | |
2015-06-02 | fqdn_rotate: Add acceptance tests for custom seeds | Eli Young | |
2015-06-02 | Merge pull request #467 from DavidS/document-rspec-puppet-version-reqs | TP Honey | |
Gemfile: specify minimum rspec-puppet version | |||
2015-06-02 | Gemfile: specify minimum rspec-puppet version | David Schmitt | |
Only 2.2 contains all the features we're currently using. Documenting that in the Gemfile should make that clear. | |||
2015-06-02 | Merge pull request #462 from elyscape/fix/fqdn_rotate_seeds_with_argument | David Schmitt | |
fqdn_rotate: Don't use the value itself as part of the random seed | |||
2015-06-01 | fqdn_rotate: Add tests for custom seeds | Eli Young | |
2015-06-01 | fqdn_rotate: Improve documentation | Eli Young | |
2015-06-01 | fqdn_rotate: Don't use the value itself as part of the random seed | Eli Young | |
Previously, the random number generator was seeded with the array or string to be rotated in addition to any values specifically provided for seeding. This behavior is potentially insecure in that it allows an attacker who can modify the source data to choose the post-shuffle order. | |||
2015-06-01 | Merge pull request #464 from DavidS/modules-1882-convert-to-rspec | Hunter Haugen | |
(MODULES-1882) convert function tests to rspec-puppet | |||
2015-06-01 | Remove unused puppet_spec code | David Schmitt | |
This is copied and changed code from an older version of puppet's internal test setup code. It does not work with puppet4. | |||
2015-06-01 | Convert tests to use plain rspec-puppet | David Schmitt | |
Tests in the new style produces the following documentation output: abs should not eq nil should run abs() and raise an Puppet::ParseError should run abs(-34) and return 34 should run abs("-34") and return 34 should run abs(34) and return 34 should run abs("34") and return 34 | |||
2015-06-01 | spec_helper: implement an easy way for specs to confine to puppet version | David Schmitt | |
Usage: describe 'puppet3 behaviour', :unless => RSpec.configuration.puppet_future do describe 'puppet4 behaviour', :if => RSpec.configuration.puppet_future do | |||
2015-06-01 | Add the missing symlinks to get puppet 4 pickup the functions from the ↵ | David Schmitt | |
environmentpath |