From: Thomas Dalichow Date: Thu, 28 Dec 2017 13:10:33 +0000 (+0100) Subject: pixelpark - chat: ImageMagick dependency added X-Git-Tag: v0.1.0~1848 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9dc547f7c4734085b7a5ba22b9c8fff5a0ded93d;p=pixelpark%2Fhiera.git pixelpark - chat: ImageMagick dependency added --- 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