summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-22(MODULES-707) chomp() fails because generate() no longer returns a stringMark Chappell
We need to use unless value.is_a?(String) || value.is_a?(Array) rather than klass = value.class unless [String, Array].include?(klass) because the klass version enforces type checking which is too strict, and does not allow us to accept objects wich have extended String (or Array). For example, generate() function now returns Puppet::Util::Execution::ProcessOutput which is just a very simple extension of String. While this in it's self was not intentional (PUP-2306) it is not unreasonable to cope with objects which extend Strings
2014-09-17Merge pull request #320 from JimPanic/patch-2Hunter Haugen
Update docs of validate_string to reflect bug
2014-09-16Note that also future parser does not workAlexander Pánek
2014-09-16Updated docs of validate_string to reflect bugAlexander Pánek
See: https://tickets.puppetlabs.com/browse/MODULES-457
2014-08-28Merge pull request #313 from mhaskel/spec_updatesAshley Penney
Update spec_helper for more consistency
2014-08-28Update spec_helper for more consistencyMorgan Haskel
2014-08-06Merge pull request #308 from hunner/remove_covAshley Penney
Remove simplecov
2014-08-05Remove 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.
2014-08-05Merge branch '4.3.x'Hunter Haugen
2014-07-31Merge pull request #306 from hunner/fix_concatAshley Penney
(MODULES-1195) Rebase of #202
2014-07-31Introduce test for array destructionSpencer Krum
It was discovered that the concat array modifies the arrays passed to it as an argument as a side effect. This test will ensure that doesn't happen again.
2014-07-31Concatenate arrays without modifying the first arrayColleen Murphy
2014-07-16Merge pull request #300 from trlinkin/file_line_docsHunter Haugen
(MODULES-1221) Add file_line autorequire documentation
2014-07-16(MODULES-1221) Add file_line autorequire documentationThomas Linkin
This commit adds additional documentation to the file_line resource explaining how it will autorequire file resources when present.
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-30Merge pull request #295 from cmurphy/masterHunter Haugen
Synchronize .travis.yml
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-27Synchronize .travis.ymlColleen Murphy
2014-06-27Update .sync.yml to support new .travis.yml configsColleen Murphy
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-26Merge pull request #290 from cmurphy/masterAshley Penney
Start synchronizing module files
2014-06-25Sync filesColleen Murphy
2014-06-25Add configuration file for modulesyncColleen Murphy
https://github.com/puppetlabs/modulesync
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