Skip to content

Commit

Permalink
Merge pull request #611 from cmurphy/sles12
Browse files Browse the repository at this point in the history
Fix operating system release fact for SLES
  • Loading branch information
Morgan Haskel committed Nov 26, 2014
2 parents 137d0db + e23da83 commit f235f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
$basedir = '/usr'
}
'SLES','SLED': {
if $::operatingsystemmajrelease >= 12 {
if $::operatingsystemrelease >= 12 {
$client_package_name = 'mariadb-client'
$server_package_name = 'mariadb'
$basedir = undef
Expand Down

0 comments on commit f235f34

Please sign in to comment.