Skip to content

Commit

Permalink
Adjust spacing as per linter requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
towo committed Dec 28, 2020
1 parent 682c896 commit 7acfd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
'Suse': {
case $facts['os']['name'] {
'SLES': {
$package_crmsh = true
$package_pcs = false
$package_crmsh = true
$package_pcs = false
# SLES 12: Name is pacemaker, not corosync
if versioncmp($facts['os']['release']['major'], '12') >= 0 {
$set_votequorum = true
Expand Down

0 comments on commit 7acfd86

Please sign in to comment.