Ben Burry
Ben Burry
With the change introduced in puppetlabs/puppetlabs-puppetdb#312 this module switches the fact cache type if the puppetserver it's running against is v7 or greater; in that situation it will use the...
Have changed the Context class to extend the dict builtin while retaining its original behaviour: - return None on missing key - keys accessed as attributes
Previously, the path components were removed before loading the role file when checking the rolename inside the role. This would break if your role file were in a subdirectory of...
Previously this was directly checking the config value 'epic_fail' which misses taking advantage of the epic_fail? wrapper function that'll deal with the missing value correctly
This change adds an explicit user and pass parameter to fetch_rss, to be used when fetching the rss feed from the feed url. Passing user/pass on the url works as...