File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 8080 " glusterfs-${version} " => {
8181 ensure => present ,
8282 location => $repo_url ,
83- release => $::lsbdistcodename ,
8483 repos => ' main' ,
8584 key => {
8685 id => $repo_key_name ,
Original file line number Diff line number Diff line change 1818 it 'installs' do
1919 is_expected . to contain_apt__source ( 'glusterfs-LATEST' ) . with (
2020 repos : 'main' ,
21- release : facts [ :lsbdistcodename ] . to_s ,
2221 location : "https://download.gluster.org/pub/gluster/glusterfs/3.12/LATEST/Debian/#{ facts [ :lsbdistcodename ] } /#{ facts [ :architecture ] } /apt/"
2322 )
2423 end
4645 it 'installs' do
4746 is_expected . to contain_apt__source ( 'glusterfs-LATEST' ) . with (
4847 repos : 'main' ,
49- release : facts [ :lsbdistcodename ] . to_s ,
5048 location : "https://download.gluster.org/pub/gluster/glusterfs/3.12/LATEST/Debian/#{ facts [ :lsbdistcodename ] } /#{ facts [ :architecture ] } /apt/" ,
5149 pin : '700'
5250 )
6361 it 'installs' do
6462 is_expected . to contain_apt__source ( 'glusterfs-LATEST' ) . with (
6563 repos : 'main' ,
66- release : facts [ :lsbdistcodename ] . to_s ,
6764 key : {
6865 'id' => 'EED3351AFD72E5437C050F0388F6CDEE78FA6D97' ,
6966 'key_source' => 'https://download.gluster.org/pub/gluster/glusterfs/4.1/rsa.pub'
8380 it 'installs' do
8481 is_expected . to contain_apt__source ( 'glusterfs-LATEST' ) . with (
8582 repos : 'main' ,
86- release : facts [ :lsbdistcodename ] . to_s ,
8783 key : {
8884 'id' => '8B7C364430B66F0B084C0B0C55339A4C6A7BD8D4' ,
8985 'key_source' => 'https://download.gluster.org/pub/gluster/glusterfs/3.12/rsa.pub'
You can’t perform that action at this time.
0 commit comments