Fix puppet-lint warnings about double quoted string

Fix warning: "double quoted string containing no variables"

Change-Id: I649bdcf11273de631c0060178776d64e329e2445
This commit is contained in:
Mathieu Gagné 2013-08-25 23:36:02 -04:00
parent 97a921947b
commit b8a225c9a0

@ -18,9 +18,9 @@ define swift::storage::server(
$replicator_concurrency = $::processorcount,
$updater_concurrency = $::processorcount,
$reaper_concurrency = $::processorcount,
$log_facility = "LOG_LOCAL2",
$log_level = "INFO",
$log_address = "/dev/log",
$log_facility = 'LOG_LOCAL2',
$log_level = 'INFO',
$log_address = '/dev/log',
# this parameters needs to be specified after type and name
$config_file_path = "${type}-server/${name}.conf"
) {