Skip to content

Commit

Permalink
Update cluster.sls
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmogg committed Jun 29, 2022
1 parent 1727799 commit ca12e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pillar_examples/automatic/netweaver/cluster.sls
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cluster:
overwrite: true
password: linux
{%- endif %}
{% elif grains['provider'] == 'aws' %}
{% if grains['provider'] == 'aws' %}
corosync:
totem:
secauth: 'on'
Expand All @@ -46,7 +46,7 @@ cluster:
token_retransmits_before_loss_const: 10
join: 60
consensus: 36000
max_messages: 20
max_messages: 20
{% elif grains['provider'] == 'gcp' %}
corosync:
totem:
Expand Down

0 comments on commit ca12e5a

Please sign in to comment.