
We now have an attribute that helps us know when a node is a founder or not. The end goal will be to get rid of the founder role and have the wrapper (for instance, crowbar) set this attribute on one node. This also allows installing pacemaker before corosync, avoiding issues where corosync doesn't know about pacemaker.
10 lines
294 B
Ruby
10 lines
294 B
Ruby
name "pacemaker"
|
|
maintainer "Crowbar Project"
|
|
maintainer_email "crowbar@dell.com"
|
|
license "Apache 2.0"
|
|
description "Installs/configures Pacemaker"
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version "0.1"
|
|
|
|
depends "corosync"
|