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 @@ -7,7 +7,7 @@ fixtures:
77 facts : ' https://github.com/puppetlabs/puppetlabs-facts.git'
88 puppet_agent :
99 repo : ' https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10- ref : v4.13 .0
10+ ref : v4.21 .0
1111 provision : ' https://github.com/puppetlabs/provision.git'
1212
1313 symlinks :
Original file line number Diff line number Diff line change 5353 "operatingsystem" : " Debian" ,
5454 "operatingsystemrelease" : [
5555 " 10" ,
56- " 11"
56+ " 11" ,
57+ " 12"
5758 ]
5859 },
5960 {
Original file line number Diff line number Diff line change 1818
1919 if os [ :release ] . start_with? ( '9' )
2020 "/usr/lib/jvm/java-8-openjdk-#{ architecture } "
21+ elsif os [ :release ] . start_with? ( '12' )
22+ "/usr/lib/jvm/java-17-openjdk-#{ architecture } "
2123 else
2224 "/usr/lib/jvm/java-11-openjdk-#{ architecture } "
2325 end
You can’t perform that action at this time.
0 commit comments