diff options
Diffstat (limited to 'salt/openbook/ci/files/openbook.redhat')
| -rw-r--r-- | salt/openbook/ci/files/openbook.redhat | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/salt/openbook/ci/files/openbook.redhat b/salt/openbook/ci/files/openbook.redhat deleted file mode 100644 index 5f3f934..0000000 --- a/salt/openbook/ci/files/openbook.redhat +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash - -# openbook -# -# chkconfig: 2345 10 90 -# description: Manage the Openbook application -# -### BEGIN INIT INFO -# Provides: openbook -# Required-Start: docker -# Required-Stop: docker -# Short-Description: Bring up/down networking -# Description: Manage the Openbook application -### END INIT INFO - -case $1 in - start*) - {{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} start - ;; - debug*) - {{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} debug - ;; - stop*) - {{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} stop - ;; - test_database*) - {{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} test_database - ;; - *) - {{ pillar["ansible"]["dirs"]["output"]["name"] }}/{{ pillar["ci"]["files"]["openbookctl"]["name"] }} help - ;; -esac |
