Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
update camptocamp/openssl dep to ~> 1.0
Browse files Browse the repository at this point in the history
Existing constraint predates 1.x release; verified no breaking change for this
modules minimal usage.
  • Loading branch information
jhoblitt committed Jun 7, 2015
1 parent be3483d commit 4a3b3a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ fixtures:
stdlib:
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '4.6.0'
openssl: 'https://github.com/camptocamp/puppet-openssl.git'
openssl:
repo: 'https://github.com/camptocamp/puppet-openssl.git'
ref: '1.3.8'
symlinks:
nsstools: "#{source_dir}"
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
{ "name": "camptocamp/openssl", "version_requirement": ">= 0.2.0" }
{ "name": "camptocamp/openssl", "version_requirement": ">= 1.0.0 < 2.0.0" }
]
}

0 comments on commit 4a3b3a7

Please sign in to comment.