File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11---
2+ rabbitmq::python_package : ' python3'
23rabbitmq::package_name : ' rabbitmq-server'
34rabbitmq::service_name : ' rabbitmq-server'
45rabbitmq::package_gpg_key : ' https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey'
Original file line number Diff line number Diff line change 2323 {
2424 "operatingsystem" : " Debian" ,
2525 "operatingsystemrelease" : [
26- " 10"
26+ " 10" ,
27+ " 11"
2728 ]
2829 },
2930 {
Original file line number Diff line number Diff line change 190190 is_expected . to contain_archive ( 'rabbitmqadmin' ) . with_source ( 'http://1.1.1.1:15672/cli/rabbitmqadmin' )
191191 end
192192
193- it { is_expected . to contain_package ( 'python' ) } if %w[ RedHat Debian SUSE Archlinux ] . include? ( os_facts [ :os ] [ 'family' ] )
193+ it { is_expected . to contain_package ( 'python' ) } if %w[ RedHat SUSE Archlinux ] . include? ( os_facts [ :os ] [ 'family' ] )
194+ it { is_expected . to contain_package ( 'python3' ) } if %w[ Debian ] . include? ( os_facts [ :os ] [ 'family' ] )
194195 it { is_expected . to contain_package ( 'python38' ) } if %w[ FreeBSD ] . include? ( os_facts [ :os ] [ 'family' ] )
195196 end
196197
You can’t perform that action at this time.
0 commit comments