Fix concat file mode

The concat module passes the file permissions straight through to a file
resource, so for this to work in future parser then the mode has to be a
quoted string.

Change-Id: Iddfa6416e68127f874ce38edcdf1e208def2473f
This commit is contained in:
Clayton O'Neill 2015-05-22 11:48:22 +00:00 committed by Sebastien Badia
parent d05d97d39e
commit 3ceea9fa89

@ -101,7 +101,7 @@ define swift::storage::server(
group => $group,
notify => Service["swift-${type}", "swift-${type}-replicator"],
require => Package['swift'],
mode => 640,
mode => '0640',
}
$required_middlewares = split(