Skip to content

Commit

Permalink
Support Puppet 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Miller committed Sep 20, 2017
1 parent f56afbc commit 3b3fbc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1

- Upped supported Puppet versions to include Puppet 5

## 2.1.0

- Support forced positioning (thanks to Michael Marod)
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "herculesteam-augeasproviders_pam",
"version": "2.1.0",
"version": "2.1.1",
"author": "Dominic Cleal, Raphael Pinson",
"summary": "Augeas-based PAM type and provider for Puppet",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,6 +46,6 @@
}
],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 2.7.0 < 5.0.0" }
{ "name": "puppet", "version_requirement": ">= 2.7.0 < 6.0.0" }
]
}

0 comments on commit 3b3fbc8

Please sign in to comment.