Refactor common lines
This commit is contained in:
parent
d7b4ae25f5
commit
fbd1137105
@ -73,12 +73,9 @@ allow_versions = on
|
||||
log_facility => 'LOG_LOCAL6',
|
||||
}
|
||||
|
||||
swift::storage::filter::recon { 'object': }
|
||||
swift::storage::filter::recon { 'container': }
|
||||
swift::storage::filter::recon { 'account': }
|
||||
swift::storage::filter::healthcheck { 'object': }
|
||||
swift::storage::filter::healthcheck { 'container': }
|
||||
swift::storage::filter::healthcheck { 'account': }
|
||||
$swift_components = ['account', 'container', 'object']
|
||||
swift::storage::filter::recon { $swift_components : }
|
||||
swift::storage::filter::healthcheck { $swift_components : }
|
||||
|
||||
$object_nodes = flatten([ range('sdc','sdd')])
|
||||
swift::storage::xfs { $object_nodes: }
|
||||
|
Loading…
x
Reference in New Issue
Block a user