From 1c81bac92f6144a1401ef1274f642b60e242e14f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Thu, 6 Sep 2018 12:28:00 +0200 Subject: [PATCH] bmas-denkfabrik - added classes --- customer/bmas-denkfabrik/common.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/customer/bmas-denkfabrik/common.yaml b/customer/bmas-denkfabrik/common.yaml index 3b0442d3..589797e4 100644 --- a/customer/bmas-denkfabrik/common.yaml +++ b/customer/bmas-denkfabrik/common.yaml @@ -1,2 +1,25 @@ --- infra::role: base +infra::additional_classes: + - infra::profile::typo3 + - infra::profile::mysql_server + +accounts::users: + service.typo3: + apply: true + group: apache + jenkins: + apply: true + group: apache + +sudo::configs: + becomeApache: + priority: "06" + content: | + jenkins ALL=(apache) NOPASSWD: ALL + +repo::remi_php71: true + +php::fpm::pools: + www: + ensure: absent -- 2.39.5