Merge pull request #216 from tphoney/fix_oracle_spec

pinning to archive 1.2.0, for puppet 3 compat
This commit is contained in:
Helen
2017-02-24 11:38:40 +00:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
fixtures:
repositories:
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
archive: "git://github.com/voxpupuli/puppet-archive.git"
archive:
repo: "git://github.com/voxpupuli/puppet-archive.git"
ref: "v1.2.0"
symlinks:
java: "#{source_dir}"

View File

@@ -34,8 +34,5 @@ matrix:
- rvm: 2.1.5
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0"
notifications:
email: false

View File

@@ -88,6 +88,7 @@
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"}
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
{"name":"puppet/archive","version_requirement":">= 1.1.0 < 1.2.0"}
]
}