Skip to content

Commit ebb30f1

Browse files
author
Helen
authored
Merge pull request puppetlabs#216 from tphoney/fix_oracle_spec
pinning to archive 1.2.0, for puppet 3 compat
2 parents 6605e34 + 66c0d88 commit ebb30f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.fixtures.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
fixtures:
22
repositories:
33
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
4-
archive: "git://github.com/voxpupuli/puppet-archive.git"
4+
archive:
5+
repo: "git://github.com/voxpupuli/puppet-archive.git"
6+
ref: "v1.2.0"
57
symlinks:
68
java: "#{source_dir}"

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@ matrix:
3434
- rvm: 2.1.5
3535
bundler_args: --without system_tests
3636
env: PUPPET_GEM_VERSION="~> 3.0"
37-
- rvm: 1.9.3
38-
bundler_args: --without system_tests
39-
env: PUPPET_GEM_VERSION="~> 3.0"
4037
notifications:
4138
email: false

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
}
8989
],
9090
"dependencies": [
91-
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"}
91+
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
92+
{"name":"puppet/archive","version_requirement":">= 1.1.0 < 1.2.0"}
9293
]
9394
}

0 commit comments

Comments
 (0)