Skip to content

Commit

Permalink
travis: Pin fixtures for Puppet 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Jun 25, 2019
1 parent 97f4fd1 commit f887d9c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .fixtures.puppet4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
fixtures:
forge_modules:
stdlib:
repo: puppetlabs/stdlib
ref: 5.2.0
concat:
repo: puppetlabs/concat
ref: 5.3.0
vcsrepo:
repo: puppetlabs/vcsrepo
ref: 2.4.0
apt:
repo: puppetlabs/apt
ref: 6.3.0
zypprepo: puppet/zypprepo
symlinks:
icingaweb2: "#{source_dir}"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
- rvm: '2.4'
env: PUPPET_VERSION="~> 5.0" CHECK=build DEPLOY_TO_FORGE=yes
- rvm: '2.1'
env: PUPPET_VERSION="~> 4.0" CHECK=test
env: PUPPET_VERSION="~> 4.0" CHECK=test FIXTURES_YML=.fixtures.puppet4.yml
- rvm: '2.4'
env: PUPPET_VERSION="~> 5.0" CHECK=test
- rvm: '2.5'
Expand Down

0 comments on commit f887d9c

Please sign in to comment.