File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 "requirements" : [
5555 {
5656 "name" : " puppet" ,
57- "version_requirement" : " >= 5.5.8 < 7 .0.0"
57+ "version_requirement" : " >= 5.5.8 < 8 .0.0"
5858 }
5959 ],
6060 "dependencies" : [
Original file line number Diff line number Diff line change 7777 context 'with no pin' , if : facts [ :os ] [ 'family' ] == 'Debian' do
7878 let ( :params ) { { repos_ensure : true , package_apt_pin : '' } }
7979
80- if Puppet . version =~ %r{^6 } # https://tickets.puppetlabs.com/browse/PUP-9112 and https://tickets.puppetlabs.com/browse/PUP-9180
80+ if Puppet . version =~ %r{^[6,7] } # https://tickets.puppetlabs.com/browse/PUP-9112 and https://tickets.puppetlabs.com/browse/PUP-9180
8181 let ( :expected_key_apt_source_key_content ) { 'nil' }
8282 else
8383 let ( :expected_key_apt_source_key_content ) { ':undef' }
9797 context 'with pin' , if : facts [ :os ] [ 'family' ] == 'Debian' do
9898 let ( :params ) { { repos_ensure : true , package_apt_pin : '700' } }
9999
100- if Puppet . version =~ %r{^6 } # https://tickets.puppetlabs.com/browse/PUP-9112 and https://tickets.puppetlabs.com/browse/PUP-9180
100+ if Puppet . version =~ %r{^[6,7] } # https://tickets.puppetlabs.com/browse/PUP-9112 and https://tickets.puppetlabs.com/browse/PUP-9180
101101 let ( :expected_key_apt_source_key_content ) { 'nil' }
102102 else
103103 let ( :expected_key_apt_source_key_content ) { ':undef' }
You can’t perform that action at this time.
0 commit comments