Skip to content

Commit 3a6a6c6

Browse files
author
Tim McLaughlin
committed
Checking major release instead of specific release per @cmurphy.
1 parent 47c1eb7 commit 3a6a6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'Suse': {
9797
case $::operatingsystem {
9898
'OpenSuSE': {
99-
if ( versioncmp( $::operatingsystemrelease, '13.1' ) >= 0 ) {
99+
if versioncmp( $::operatingsystemmajrelease, '13' ) >= 0 {
100100
$client_package_name = 'mariadb-client'
101101
$server_package_name = 'mariadb'
102102
# First service start fails if this is set. Runs fine without

0 commit comments

Comments
 (0)