Cannot avoid the bindnetaddr
to be set into /etc/corosync/corosync.conf
file
#421
Labels
bug
Something isn't working
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce
What are you seeing
This puppet code results into the following
/etc/corosync/corosync.conf
snippet:What behaviour did you expect instead
I would expect the
bindnetaddr
directive to be absent: when absent, corosync daemon behaviour is to bind on all interface where a ring is declared.Any additional information you'd like to impart
I could attach a patch, would you agreed that either
bind_address => undef
orbind_address => 'UNSET'
would result in nobindnetaddr
directive.The text was updated successfully, but these errors were encountered: