diff options
author | tphoney <tp@puppetlabs.com> | 2016-01-07 10:31:17 +0000 |
---|---|---|
committer | tphoney <tp@puppetlabs.com> | 2016-01-07 10:54:48 +0000 |
commit | 33b79f3497dac5438d78eeb817d6feee89ccf723 (patch) | |
tree | 42f49a1be0260c528736a09cf7b7ec5a7de6d38a | |
parent | 00973036b296e20b42133712ab6492acb67dac1f (diff) | |
download | puppet-stdlib-33b79f3497dac5438d78eeb817d6feee89ccf723.tar.gz puppet-stdlib-33b79f3497dac5438d78eeb817d6feee89ccf723.tar.bz2 |
minor tweak to 4.11.0 adding debian 8 to metadata
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | metadata.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb1523..2698dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ ## Supported Release 4.11.0 ###Summary -Provides a new parser validate_absolute_paths, a fix to the is_package_provider fact and a test improvement. +Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement. ####Features - Adds new parser called is_absolute_path +- Supports Debian 8 ####Bugfixes - Allow package_provider fact to resolve on PE 3.x diff --git a/metadata.json b/metadata.json index b6a370c..a7ea0af 100644 --- a/metadata.json +++ b/metadata.json @@ -56,7 +56,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", - "7" + "7", + "8" ] }, { |