Use boolean instead of string

Change-Id: Ieb768a79d6b4fd4f574b71c51e64f828f8d3316b
This commit is contained in:
Mathieu Gagné
2013-05-09 23:21:06 -04:00
parent 93f5765bb2
commit 163c7b1abc
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ define swift::storage::server(
$group = 'swift',
$max_connections = 25,
$pipeline = ["${type}-server"],
$mount_check = 'false',
$mount_check = false,
$user = 'swift',
$workers = '1',
$replicator_concurrency = $::processorcount,