voxpupuli / puppet-corosync

Sets up and manages Corosync.
https://forge.puppet.com/puppet/corosync
Apache License 2.0
44 stars 159 forks source link

expose the config_validate_cmd #509

Closed AndreasPfaffeneder closed 3 years ago

AndreasPfaffeneder commented 3 years ago

Pull Request (PR) description

Corosync 3.x needs another check-cmd (/usr/sbin/corosync -t -c %). To be able to feed this to the module, a parameter needs to be exposed in the modules signature.

This Pull Request (PR) fixes the following issues

Fixe #508