According to the documentation from rabbitmq it is not recommenced in all cases to use network partitions (see https://www.rabbitmq.com/partitions.html). So it should be possible to configure cluster_partition_handling to another value than autoheal. Right now it is hard coded to autoheal:
My suggestion would be to leave it as default at autoheal. But in case someone need to change it, to do this via pillars. I will try to add an merge request in the next days to archive this.
According to the documentation from rabbitmq it is not recommenced in all cases to use network partitions (see https://www.rabbitmq.com/partitions.html). So it should be possible to configure cluster_partition_handling to another value than autoheal. Right now it is hard coded to autoheal:
file://rabbitmq/files/rabbitmq.config
My suggestion would be to leave it as default at autoheal. But in case someone need to change it, to do this via pillars. I will try to add an merge request in the next days to archive this.