summaryrefslogtreecommitdiff
path: root/spec/functions/dig_spec.rb
AgeCommit message (Collapse)Author
2016-07-08(MODULES-3568) Move dig to dig44 and deprecate digNate Potter
A new version of dig was introduced in Puppet 4.5.0 that isn't compatible with the stdlib version of dig. To maintain backwards compatibility and ensure that tests for stdlib aren't broken, this patch renames dig to dig44 and adds a deprecation warning to the stdlib dig function.
2016-02-16Add dig() functionMaksym Melnychok
Deprecates #try_get_value()