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:
parent
d05d97d39e
commit
3ceea9fa89
@ -101,7 +101,7 @@ define swift::storage::server(
|
|||||||
group => $group,
|
group => $group,
|
||||||
notify => Service["swift-${type}", "swift-${type}-replicator"],
|
notify => Service["swift-${type}", "swift-${type}-replicator"],
|
||||||
require => Package['swift'],
|
require => Package['swift'],
|
||||||
mode => 640,
|
mode => '0640',
|
||||||
}
|
}
|
||||||
|
|
||||||
$required_middlewares = split(
|
$required_middlewares = split(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user