Skip to content

Commit

Permalink
Allow newer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and jlsherrill committed May 9, 2017
1 parent 73d8404 commit 278b9e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@ fixtures:
repositories:
apache: "git://github.com/puppetlabs/puppetlabs-apache.git"
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
extlib:
repo: 'git://github.com/puppet-community/puppet-extlib'
ref: 'v0.11.3'
concat:
repo: "git://github.com/puppetlabs/puppetlabs-concat.git"
branch: "1.2.x"
concat_native: "git://github.com/theforeman/puppet-concat_native.git"
extlib: "git://github.com/puppet-community/puppet-extlib"
concat: "git://github.com/puppetlabs/puppetlabs-concat.git"
foreman_proxy: "git://github.com/theforeman/puppet-foreman_proxy.git"
foreman: "git://github.com/theforeman/puppet-foreman"
puppet: "git://github.com/theforeman/puppet-puppet"
tftp: "git://github.com/theforeman/puppet-tftp"
xinetd:
repo: 'git://github.com/puppetlabs/puppetlabs-xinetd'
ref: 'e84f34f'
xinetd: "git://github.com/puppetlabs/puppetlabs-xinetd"
certs: "git://github.com/katello/puppet-certs.git"
qpid: "git://github.com/katello/puppet-qpid.git"
crane: "git://github.com/katello/puppet-crane.git"
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "puppet/extlib",
"version_requirement": ">= 0.10.4 < 1.0.0"
"version_requirement": ">= 0.10.4 < 2.0.0"
},
{
"name": "puppetlabs-apache",
Expand Down

0 comments on commit 278b9e6

Please sign in to comment.