Skip to content

Commit

Permalink
Merge pull request #242 from wyardley/bump_metadata
Browse files Browse the repository at this point in the history
Breaking: Update puppet, stdlib, and concat requirements in prep for release
  • Loading branch information
wyardley authored Oct 19, 2017
2 parents 7fafe2b + d72767e commit 0228539
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
8 changes: 2 additions & 6 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
fixtures:
repositories:
stdlib:
repo: git://github.com/puppetlabs/puppetlabs-stdlib
ref: '4.6.0'
concat:
repo: git://github.com/puppetlabs/puppetlabs-concat
ref: '1.2.1'
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib"
concat: "git://github.com/puppetlabs/puppetlabs-concat"
symlinks:
openvpn: "#{source_dir}"

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Puppet module to manage OpenVPN servers and clients.
* Amazon

## Dependencies
- [puppetlabs-concat 1.0.1+](https://github.com/puppetlabs/puppetlabs-concat)
- [puppetlabs-stdlib 1.0.0+](https://github.com/puppetlabs/puppetlabs-stdlib)
- [puppetlabs-concat 3.0.0+](https://github.com/puppetlabs/puppetlabs-concat)
- [puppetlabs-stdlib 4.13.1+](https://github.com/puppetlabs/puppetlabs-stdlib)

## Puppet

* Version >= 4
* Version >= 4.7.1

## Example

Expand Down
16 changes: 11 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-openvpn",
"version": "4.1.2-rc0",
"version": "5.0.0-rc0",
"author": "voxpupuli",
"summary": "OpenVPN server puppet module",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,14 +46,20 @@
"operatingsystem": "FreeBSD"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.1 < 6.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.0.1 < 5.0.0"
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 5.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 1.0.0 < 5.0.0"
"name": "puppetlabs/concat",
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"tags": [
Expand Down

0 comments on commit 0228539

Please sign in to comment.