Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thias committed Jun 6, 2019
1 parent d903a21 commit b9b0779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#### 2019-06-06 - 1.0.2
* Fix for Puppet 4 AIO which does not include puppet user or group.
* Properly silence cron-repuppet when no errors happen.

Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thias-puppet",
"version": "1.0.1",
"version": "1.0.2",
"author": "Matthias Saou",
"license": "Apache-2.0",
"summary": "Puppet module",
Expand All @@ -14,17 +14,17 @@
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystemrelease": [ "5", "6", "7", "8" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystemrelease": [ "5", "6", "7", "8" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <5.0.0"
"version_requirement": ">=2.7.20 <7.0.0"
}
],
"description": "Install configure and enable puppet masters and puppet agent nodes.",
Expand Down

0 comments on commit b9b0779

Please sign in to comment.