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:
parent
de50a0923b
commit
8c13cd147f
@ -1,6 +1,6 @@
|
||||
define swift::ringbuilder::rebalance() {
|
||||
|
||||
validate_re($name, '^object|contianer|account$')
|
||||
validate_re($name, '^object|container|account$')
|
||||
|
||||
exec { "rebalance_${name}":
|
||||
command => "swift-ring-builder /etc/swift/${name}.builder rebalance",
|
||||
|
Loading…
x
Reference in New Issue
Block a user