Fix mispelling of container
In swift::ringbuilder::rebalance there was a typo in the $name validation code. This commit updates the spelling to be correct.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
define swift::ringbuilder::rebalance() {
|
define swift::ringbuilder::rebalance() {
|
||||||
|
|
||||||
validate_re($name, '^object|contianer|account$')
|
validate_re($name, '^object|container|account$')
|
||||||
|
|
||||||
exec { "rebalance_${name}":
|
exec { "rebalance_${name}":
|
||||||
command => "swift-ring-builder /etc/swift/${name}.builder rebalance",
|
command => "swift-ring-builder /etc/swift/${name}.builder rebalance",
|
||||||
|
Reference in New Issue
Block a user