Merge pull request #216 from tphoney/fix_oracle_spec
pinning to archive 1.2.0, for puppet 3 compat
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user