From 73c832cec7b6dba7a30d3f0bcdc9504338737cc3 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 6 Jul 2017 14:11:35 +0200 Subject: [PATCH] fbb-ws - install GraphicsMagick --- customer/fbb-ws/common.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer/fbb-ws/common.yaml b/customer/fbb-ws/common.yaml index cb5306bb..49974ea4 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -115,6 +115,9 @@ infra::profile::postfix::myorigin: "%{hiera('postfix::myorigin')}" infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-fbb' +infra::additional_packages: + GraphicsMagick: + ensure: present infra::additional_files: '/opt/app': ensure: 'directory' -- 2.39.5