feat(components,version): add extra components, new version
[arvados-formula.git] / arvados / shell / service / running.sls
1 # -*- coding: utf-8 -*-
2 # vim: ft=sls
3
4 {#- Get the `tplroot` from `tpldir` #}
5 {%- set tplroot = tpldir.split('/')[0] %}
6 {%- from tplroot ~ "/map.jinja" import arvados with context %}
7
8 include:
9   - ..package
10   - ..config
11
12 arvados-shell-shellinabox-service-running-service-running:
13   service.running:
14     - name: {{ arvados.shell.shellinabox.service.name }}
15     - enable: True
16     - watch:
17       - file: arvados-shell-config-file-shellinabox-file-managed
18     - require:
19       - pkg: arvados-shell-package-install-pkg-installed