From d49056d05baefee65f10fcc029065eb1da936814 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 14 Jul 2017 16:31:39 +0200 Subject: [PATCH] fbb-www - install clamav on test and prod --- customer/fbb-www/production.yaml | 1 + customer/fbb-www/test.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index 99cf5d1b..7212e8cf 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -3,6 +3,7 @@ infra::additional_classes: - infra::profile::apache_php - infra::profile::postfix - infra::profile::cron + - infra::profile::clamav accounts::users: #fbb diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index fdf2a68e..f75024f7 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -3,6 +3,7 @@ infra::additional_classes: - infra::profile::apache_php - infra::profile::postfix - infra::profile::cron + - infra::profile::clamav accounts::users: #pixelpark -- 2.39.5