redhat-openstack / puppet-pacemaker

Puppet modules to manage pacemaker with corosync
9 stars 25 forks source link

Fix route resource ID #33

Closed disconn3ct closed 10 years ago

disconn3ct commented 10 years ago

The destination wants an ip/netmask pair, but pacemaker won't accept that in the resource name.

This uses route-{puppet name}-{group} instead, which should be fine since the puppet name is unique anyway.