From 2e245eb66f6efea953a07b9506d75232258da743 Mon Sep 17 00:00:00 2001
From: Philipp Dallig <philipp.dallig@pixelpark.com>
Date: Tue, 12 Sep 2017 17:24:35 +0200
Subject: [PATCH] bkk-vbu - groups is array

---
 customer/bkk-vbu/common.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/customer/bkk-vbu/common.yaml b/customer/bkk-vbu/common.yaml
index 6595b48f..2b1c17d6 100644
--- a/customer/bkk-vbu/common.yaml
+++ b/customer/bkk-vbu/common.yaml
@@ -27,10 +27,12 @@ accounts::users:
     group: apache
   romy.pohl:
     apply: true
-    groups: apache
+    groups:
+      - apache
   santiago.nuneznegrillo:
     apply: true
-    groups: apache
+    groups:
+      - apache
 
 infra::role: base
 infra::additional_classes:
-- 
2.39.5