summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-24add require 'tempfile' to resolve a previously autorequired resourceTravis Fields
2014-10-08Merge pull request #334 from cyberious/WindowsHasInterfacesBugColleen Murphy
ENTERPRISE-281 fixes issue with has_interfaces and case mismatch causing...
2014-10-08ENTERPRISE-281 fixes issue with has_interfaces and case mismatch causing us ↵Travis Fields
not to return some interfaces
2014-09-22Merge pull request #302 from 3flex/update-readmeHunter Haugen
(MODULES-927) Update readme
2014-09-16Merge pull request #321 from cyberious/4.3.xHunter Haugen
MODULES-1248 Fix issue with not properly counting regex matches with leg...
2014-09-16MODULES-1248 Fix issue with not properly counting regex matches with legacy ↵Travis Fields
versions of ruby
2014-09-16Merge pull request #322 from hunner/remove_simplecovTravis Fields
Remove simplecov
2014-09-16Remove simplecovHunter Haugen
simplecov 0.9 dropped ruby 1.8 support, and stdlib is one of the oddball modules that uses it. So we could probably just remove it and be okay. (cherry picked from commit a7c129b22d91fc723a8176c066a3eb96b03a2f56)
2014-07-17(MODULES-927) Update docs for functions in READMEMatthew Haughton
* range (take an optional third argument for range step) * validate_slength (take an optional third argument for minimum length) * file_line (take after and multiple attributes)
2014-07-17(MODULES-927) Add missing functions to READMEMatthew Haughton
* anchor * bool2str * camelcase * deep_merge * pick_default * validate_ipv4_address * validate_ipv6_address
2014-07-15Merge pull request #299 from apenney/432-releaseTravis Fields
Prepare a 4.3.2 release.
2014-07-15Prepare a 4.3.2 release.Ashley Penney
2014-07-14Merge pull request #298 from hunner/release_4.3.1Ashley Penney
Release 4.3.1
2014-07-14Release 4.3.1Hunter Haugen
Summary This supported release updates the metadata.json to work around upgrade behavior of the PMT. Bugfixes - Synchronize metadata.json with PMT-generated metadata to pass checksums
2014-07-14Merge pull request #297 from hunner/fix_metadataAshley Penney
Correct metadata.json to match checksum
2014-07-14Correct metadata.json to match checksumHunter Haugen
2014-07-08Merge pull request #296 from hunner/case_aixAshley Penney
AIX has no facter network support
2014-07-08AIX has no facter network supportHunter Haugen
These functions take advantage of IP fact information and AIX does not appear to support dynamic interface detection in facter.
2014-06-27Merge pull request #294 from hunner/release_4.3.0Ashley Penney
Release 4.3.0
2014-06-27Release 4.3.0Hunter Haugen
Summary: This release is the first supported release of the stdlib 4 series. It emains backwards-compatible with the stdlib 3 series. It adds two new unctions, one bugfix, and many testin Features: - New `bool2str()` function - New `camalcase()` function Bugfixes: - Fix `has_interface_with()` when interfaces fact is nil
2014-06-26Merge pull request #293 from hunner/fix_chopMorgan Haskel
Gotta single quote yer typewriter buttons
2014-06-26Gotta single quote yer typewriter buttonsHunter Haugen
2014-06-26Merge pull request #292 from hunner/fix_rmHunter Haugen
Need quotes for spaces in path
2014-06-26Need quotes for spaces in pathHunter Haugen
2014-06-26Merge pull request #291 from hunner/no_network_winHunter Haugen
has_ip_network doesn't work on windows either
2014-06-26has_ip_network doesn't work on windows eitherHunter Haugen
2014-06-25Merge pull request #289 from hunner/disable_testsTravis Fields
Disable windows network stuff and quote path
2014-06-25Disable windows network stuff and quote pathHunter Haugen
2014-06-24Merge pull request #288 from hunner/rotate_slashHunter Haugen
Not enough escape velocity
2014-06-24Not enough escape velocityHunter Haugen
2014-06-24Merge pull request #287 from hunner/rotateHunter Haugen
Fix pe facts and slashes
2014-06-24Fix pe facts and slashesHunter Haugen
2014-06-24Merge pull request #286 from hunner/33metaAshley Penney
stdlib 4 isn't compatible with PE 3.2
2014-06-24stdlib 4 isn't compatible with PE 3.2Hunter Haugen
2014-06-24Merge pull request #284 from cyberious/has_interface_fixMorgan Haskel
Increase resilience if lookup var comes back with nil object
2014-06-24Merge pull request #285 from cyberious/4.3.xMorgan Haskel
Fixed fqdn,getparam and has_interface_with spec tests
2014-06-23Fixed fqdn,getparam and has_interface_with spec testsTravis Fields
2014-06-23Increase resilience if lookup var comes back with nil objectTravis Fields
2014-06-23Merge pull request #283 from cyberious/4.3.xHunter Haugen
Add windows support and work around issue with SCP_TO on windows systems
2014-06-23Removed platform check for facts.d mkdirTravis Fields
2014-06-23Add windows support and work around issue with SCP_TO on windows systemsTravis Fields
2014-06-23Merge pull request #282 from hunner/rm_modulefileTravis Fields
Remove Modulefile; use metadata.json
2014-06-23Remove Modulefile; use metadata.jsonHunter Haugen
2014-06-23Merge pull request #281 from hunner/win_loadyamlTravis Fields
Windows needs a tmpdir path
2014-06-23Windows needs a tmpdir pathHunter Haugen
2014-06-23Merge pull request #280 from hunner/win_augTravis Fields
Augeas isn't present on windows
2014-06-23Augeas isn't present on windowsHunter Haugen
2014-06-23Merge pull request #279 from hunner/osx_interfaceTravis Fields
OS X also has lo0 and can't manage user homedirs
2014-06-23OS X also has lo0 and can't manage user homedirsHunter Haugen
2014-06-20Merge pull request #278 from cyberious/4.3.xMorgan Haskel
Add windows Nodesets and remove Beaker from Gemfile