File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - 1.9.2
55 - 1.9.3
66 - 2.0.0
7+ - 2.1.1
8+ - 2.1.2
79language : ruby
810bundler_args : --without development
911script : " bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
1012env :
11- - PUPPET_VERSION=2.6.18
12- - PUPPET_VERSION=2.7.23
13- - PUPPET_VERSION =3.0 .2
14- - PUPPET_VERSION =3.1.1
15- - PUPPET_VERSION =3.2.4
16- - PUPPET_VERSION =3.3 .2
17- - PUPPET_VERSION =3.4 .1
13+ - PUPPET_GEM_VERSION=3.1.1
14+ - PUPPET_GEM_VERSION=3.2.4
15+ - PUPPET_GEM_VERSION =3.3 .2
16+ - PUPPET_GEM_VERSION =3.4.3
17+ - PUPPET_GEM_VERSION =3.5.1
18+ - PUPPET_GEM_VERSION =3.6 .2
19+ - PUPPET_GEM_VERSION =3.7 .1
1820matrix :
1921 fast_finish : true
2022 exclude :
21- - rvm : 1.9.2
22- env : PUPPET_VERSION=2.6.18
23- - rvm : 1.9.3
24- env : PUPPET_VERSION=2.6.18
2523 - rvm : 2.0.0
26- env : PUPPET_VERSION=2.6.18
27- - rvm : 2.0.0
28- env : PUPPET_VERSION=2.7.23
29- - rvm : 2.0.0
30- env : PUPPET_VERSION=3.0.2
31- - rvm : 2.0.0
32- env : PUPPET_VERSION=3.1.1
24+ env : PUPPET_GEM_VERSION=3.1.1
25+ - rvm : 2.1.1
26+ env : PUPPET_GEM_VERSION=3.1.1
27+ - rvm : 2.1.1
28+ env : PUPPET_GEM_VERSION=3.2.4
29+ - rvm : 2.1.1
30+ env : PUPPET_GEM_VERSION=3.3.2
31+ - rvm : 2.1.2
32+ env : PUPPET_GEM_VERSION=3.1.1
33+ - rvm : 2.1.2
34+ env : PUPPET_GEM_VERSION=3.2.4
35+ - rvm : 2.1.2
36+ env : PUPPET_GEM_VERSION=3.3.2
3337notifications :
3438 email : false
Original file line number Diff line number Diff line change 2020
2121if puppetversion = ENV [ 'PUPPET_GEM_VERSION' ]
2222 gem 'puppet' , puppetversion , :require => false
23+ if puppetversion < '3.0'
24+ gem 'hiera-puppet' , :require => false
25+ end
2326else
2427 gem 'puppet' , :require => false
2528end
You can’t perform that action at this time.
0 commit comments