Skip to content

Commit

Permalink
Merge pull request #22 from rehanone/develop/update
Browse files Browse the repository at this point in the history
- Updated minimum `puppet` version to 5.5.10.
  • Loading branch information
rehanone authored Jun 11, 2019
2 parents aac13f8 + d7e79d8 commit d06d2d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The module can be used with `hiera` to provide all configuration options. See [U
#### Requirements
This module is designed to be as clean and compliant with latest puppet code guidelines. It works with:

- `puppet >=4.10.0`
- `puppet >=5.5.10`

## Usage

Expand Down
39 changes: 19 additions & 20 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.0.0 < 6.0.0"
"version_requirement": ">= 5.0.0 < 7.0.0"
}
],
"operatingsystem_support": [
Expand All @@ -19,7 +19,8 @@
"operatingsystemrelease": [
"5",
"6",
"7"
"7",
"8"
]
},
{
Expand All @@ -30,6 +31,14 @@
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
Expand All @@ -41,25 +50,16 @@
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"21",
"22",
"23",
"24",
"25",
"26",
"27"
"29",
"30"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"11 SP1",
"11 SP2",
"11 SP3",
"11 SP4",
"12 SP1",
"12 SP2",
"12 SP3"
"11",
"12",
"15"
]
},
{
Expand All @@ -74,11 +74,10 @@
"operatingsystemrelease": [
"14.04",
"16.04",
"16.10",
"17.04",
"17.10",
"18.04",
"18.10"
"18.10",
"19.04"
]
},
{
Expand Down Expand Up @@ -109,7 +108,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
"version_requirement": ">= 5.5.10 < 7.0.0"
}
],
"tags": [
Expand Down

0 comments on commit d06d2d0

Please sign in to comment.