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 @@ -6,4 +6,4 @@ fixtures:
66 " provision " : " https://github.com/puppetlabs/provision.git"
77 puppet_agent :
88 repo : ' https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
9- ref : v4.13 .0
9+ ref : v4.21 .0
Original file line number Diff line number Diff line change 8686 }
8787 }
8888 else {
89- if $facts [' os' ][' family ' ] == ' debian' and $facts [' os' ][' release' ][' major' ] == ' 11' or
89+ if ( $facts [' os' ][' name ' ] == ' debian' and versioncmp( $facts [' os' ][' release' ][' major' ], ' 11' ) >= 0) or
9090 ($facts [' os' ][' name' ] == ' Ubuntu' and versioncmp($facts [' os' ][' release' ][' major' ], ' 22.04' ) >= 0) {
9191 mysql_grant { "${backupuser}@localhost/*.*" :
9292 ensure => $ensure ,
Original file line number Diff line number Diff line change 3939 "operatingsystem" : " Debian" ,
4040 "operatingsystemrelease" : [
4141 " 10" ,
42- " 11"
42+ " 11" ,
43+ " 12"
4344 ]
4445 },
4546 {
You can’t perform that action at this time.
0 commit comments