From 0cbeac087536530944deb659b6b3f5477025138b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 19 Dec 2017 16:36:48 +0100 Subject: [PATCH] - fixed indent - removed some blanklines - removed defaultVersion parameter again --- templates/zammad/1/docker-compose.yml.tpl | 3 --- templates/zammad/1/rancher-compose.yml | 12 ++++++------ templates/zammad/config.yml | 1 - 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/templates/zammad/1/docker-compose.yml.tpl b/templates/zammad/1/docker-compose.yml.tpl index d32086d..b8815ea 100644 --- a/templates/zammad/1/docker-compose.yml.tpl +++ b/templates/zammad/1/docker-compose.yml.tpl @@ -1,7 +1,6 @@ version: '2' services: - zammad-backup: command: ["zammad-backup"] depends_on: @@ -120,8 +119,6 @@ services: volumes: - zammad-data:/opt/zammad - - volumes: elasticsearch-data: driver: local diff --git a/templates/zammad/1/rancher-compose.yml b/templates/zammad/1/rancher-compose.yml index 05459c1..24aa949 100644 --- a/templates/zammad/1/rancher-compose.yml +++ b/templates/zammad/1/rancher-compose.yml @@ -19,12 +19,12 @@ catalog: - true - variable: "PUBLISH_PORT" - label: "Publish port" - description: | - Set port to publish the service. - required: true - type: "int" - default: 9797 + label: "Publish port" + description: | + Set port to publish the service. + required: true + type: "int" + default: 9797 services: zammad-backup: diff --git a/templates/zammad/config.yml b/templates/zammad/config.yml index d015304..72d0a73 100644 --- a/templates/zammad/config.yml +++ b/templates/zammad/config.yml @@ -2,7 +2,6 @@ name: Zammad description: | Zammad is a web based open source helpdesk/customer support system version: "2.2.0-12" -defaultVersion: "2.2.0-12" category: Ticketsystems maintainer: "Zammad Project " projectURL: https://github.com/zammad/zammad