File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ fixtures:
88 facts : ' https://github.com/puppetlabs/puppetlabs-facts.git'
99 puppet_agent :
1010 repo : ' https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
11- ref : v4.13 .0
11+ ref : v4.21 .0
1212 provision : ' https://github.com/puppetlabs/provision.git'
1313 yumrepo_core :
1414 repo : https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
Original file line number Diff line number Diff line change 4545 "operatingsystem" : " Debian" ,
4646 "operatingsystemrelease" : [
4747 " 10" ,
48- " 11"
48+ " 11" ,
49+ " 12"
4950 ]
5051 },
5152 {
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def fetch_puppet_version
6565 # run_shell('apt-get upgrade -y')
6666 run_shell ( 'apt-get install -y lsb-release' )
6767 run_shell ( 'apt-get install -y net-tools' )
68- run_shell ( 'apt-get purge -y container-tools' ) if ENV [ 'CI' ]
68+ run_shell ( 'apt-get purge -y open-infrastructure- container-tools' ) if ENV [ 'CI' ]
6969 end
7070
7171 run_shell ( 'puppet module install puppetlabs-stdlib --version 4.24.0' , expect_failures : true )
You can’t perform that action at this time.
0 commit comments