Skip to content

Commit

Permalink
Merge pull request #80 from juniorsysadmin/bumpdeps
Browse files Browse the repository at this point in the history
Bump min version_requirement for Puppet + deps
  • Loading branch information
bastelfreak authored Dec 25, 2016
2 parents e8ff6d7 + cb342c8 commit bfd73f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,7 @@ Not yet implemented.

- Currently tested manually on Centos 7, but we will eventually add automated
testing and are targeting compatibility with other platforms.
- Tested with Puppet 4.x but should work with older versions. This will get
updated soon.
- Tested with Puppet 4.x

## Development

Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.8.0 < 5.0.0"
"version_requirement": ">= 3.8.7 < 5.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 2.4.0 < 5.0.0"
"version_requirement": ">= 4.6.0 < 5.0.0"
},
{
"name": "puppetlabs-inifile",
"version_requirement": ">= 1.0.0 < 2.0.0"
"version_requirement": ">= 1.4.1 < 2.0.0"
},
{
"name": "puppet-staging",
"version_requirement": ">= 0.3.1"
"version_requirement": ">= 2.0.1 < 3.0.0"
}
]
}

0 comments on commit bfd73f7

Please sign in to comment.