File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3737) {
3838 include '::apt'
3939
40- ensure_packages([' apt-transport-https' ], {' ensure' => ' present' })
41-
4240 # Key has changed since 3.9
4341 $repo_key_name = $release ? {
4442 ' 3.8' => ' A4703C37D3F4DE7F1819E980FE79BB52D5DC52DC' ,
Original file line number Diff line number Diff line change 3333 "dependencies" : [
3434 {
3535 "name" : " puppetlabs/apt" ,
36- "version_requirement" : " >= 2.1 .0 < 5.0.0"
36+ "version_requirement" : " >= 4.4 .0 < 5.0.0"
3737 },
3838 {
3939 "name" : " puppetlabs/stdlib" ,
Original file line number Diff line number Diff line change 6969 context 'Debian specific stuff' do
7070 it { is_expected . to contain_class ( 'gluster::repo::apt' ) }
7171 it { is_expected . to contain_apt__source ( 'glusterfs-LATEST' ) }
72- it { is_expected . to contain_package ( 'apt-transport-https' ) }
7372 it 'creates gluster::install' do
7473 is_expected . to create_class ( 'gluster::install' ) . with (
7574 server : true ,
You can’t perform that action at this time.
0 commit comments