remove outdated examples
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
name "pacemaker-active"
|
|
||||||
description "pacemaker active."
|
|
||||||
|
|
||||||
override_attributes(
|
|
||||||
"pacemaker" => {
|
|
||||||
"services" => {
|
|
||||||
"apache2" => {
|
|
||||||
"vip" => "10.0.111.5",
|
|
||||||
"active" => "ubuntu1-1004.vm"
|
|
||||||
},
|
|
||||||
"mysql" => {
|
|
||||||
"vip" => "10.0.111.7",
|
|
||||||
"passive" => ["ubuntu1-1004.vm"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
run_list(
|
|
||||||
"recipe[pacemaker::master]",
|
|
||||||
"recipe[pacemaker::services]"
|
|
||||||
)
|
|
@@ -1,14 +0,0 @@
|
|||||||
name "pacemaker-passive"
|
|
||||||
description "pacemaker passive."
|
|
||||||
|
|
||||||
override_attributes(
|
|
||||||
"pacemaker" => {
|
|
||||||
"services" => {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
run_list(
|
|
||||||
"recipe[pacemaker::client]",
|
|
||||||
"recipe[pacemaker::services]"
|
|
||||||
)
|
|
Reference in New Issue
Block a user