From 9dc547f7c4734085b7a5ba22b9c8fff5a0ded93d Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Thu, 28 Dec 2017 14:10:33 +0100 Subject: [PATCH] pixelpark - chat: ImageMagick dependency added --- customer/pixelpark/chat01.pixelpark.com.yaml | 4 ++++ customer/pixelpark/dev-chat.pixelpark.com.yaml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/customer/pixelpark/chat01.pixelpark.com.yaml b/customer/pixelpark/chat01.pixelpark.com.yaml index a5c4e283..e2cda6bb 100644 --- a/customer/pixelpark/chat01.pixelpark.com.yaml +++ b/customer/pixelpark/chat01.pixelpark.com.yaml @@ -3,6 +3,10 @@ infra::role: base infra::additional_classes: - nginx - nodejs + +infra::additional_packages: + ImageMagick: {} + nodejs::repo_url_suffix: '8.x' nodejs::manage_package_repo: true diff --git a/customer/pixelpark/dev-chat.pixelpark.com.yaml b/customer/pixelpark/dev-chat.pixelpark.com.yaml index 11be18ba..24871d03 100644 --- a/customer/pixelpark/dev-chat.pixelpark.com.yaml +++ b/customer/pixelpark/dev-chat.pixelpark.com.yaml @@ -5,6 +5,9 @@ infra::additional_classes: - nodejs - infra::profile::mongodb_server +infra::additional_packages: + ImageMagick: {} + nodejs::repo_url_suffix: '8.x' nodejs::manage_package_repo: true -- 2.39.5