From 3ceea9fa89cfe9c26c79146479a97c2519c332f7 Mon Sep 17 00:00:00 2001
From: Clayton O'Neill <clayton.oneill@twcable.com>
Date: Fri, 22 May 2015 11:48:22 +0000
Subject: [PATCH] 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
---
 manifests/storage/server.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/storage/server.pp b/manifests/storage/server.pp
index 1c03d5f3..6d47900a 100644
--- a/manifests/storage/server.pp
+++ b/manifests/storage/server.pp
@@ -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(