Merge "Use boolean instead of string"
This commit is contained in:
@@ -25,7 +25,7 @@ class swift::storage::all(
|
|||||||
$container_pipeline = undef,
|
$container_pipeline = undef,
|
||||||
$mount_check = false,
|
$mount_check = false,
|
||||||
$account_pipeline = undef,
|
$account_pipeline = undef,
|
||||||
$log_facility = 'LOG_LOCAL2'
|
$log_facility = 'LOG_LOCAL2'
|
||||||
) {
|
) {
|
||||||
|
|
||||||
class { 'swift::storage':
|
class { 'swift::storage':
|
||||||
|
@@ -11,7 +11,7 @@ define swift::storage::server(
|
|||||||
$group = 'swift',
|
$group = 'swift',
|
||||||
$max_connections = 25,
|
$max_connections = 25,
|
||||||
$pipeline = ["${type}-server"],
|
$pipeline = ["${type}-server"],
|
||||||
$mount_check = 'false',
|
$mount_check = false,
|
||||||
$user = 'swift',
|
$user = 'swift',
|
||||||
$workers = '1',
|
$workers = '1',
|
||||||
$replicator_concurrency = $::processorcount,
|
$replicator_concurrency = $::processorcount,
|
||||||
|
Reference in New Issue
Block a user