
Preliminary merge of git://github.com/ktc-itsnotbutter/pacemaker.git (in the chef/cookbooks/pacemaker/ directory) with the cookbook from the pacemaker_service branch of: https://github.com/mattray/barclamp_ha_service.git (in the chef/cookbooks/pacemaker2/ directory) since both forks had some nice stuff. This merge is not complete yet.
15 lines
211 B
Ruby
15 lines
211 B
Ruby
name "pacemaker-passive"
|
|
description "pacemaker passive."
|
|
|
|
override_attributes(
|
|
"pacemaker" => {
|
|
"services" => {
|
|
}
|
|
}
|
|
)
|
|
|
|
run_list(
|
|
"recipe[pacemaker::client]",
|
|
"recipe[pacemaker::services]"
|
|
)
|