feat: convert `template-formula` to `arvados-formula`
[arvados-formula.git] / arvados / service / running.sls
similarity index 67%
rename from TEMPLATE/service/running.sls
rename to arvados/service/running.sls
index fb3a3ab1baa8ce590b388d90e0cfb2ef3e8fcb46..f8dab85303390c9460882945cb7d6bdb1f78da8c 100644 (file)
@@ -4,14 +4,14 @@
 {#- Get the `tplroot` from `tpldir` #}
 {%- set tplroot = tpldir.split('/')[0] %}
 {%- set sls_config_file = tplroot ~ '.config.file' %}
 {#- Get the `tplroot` from `tpldir` #}
 {%- set tplroot = tpldir.split('/')[0] %}
 {%- set sls_config_file = tplroot ~ '.config.file' %}
-{%- from tplroot ~ "/map.jinja" import TEMPLATE with context %}
+{%- from tplroot ~ "/map.jinja" import arvados with context %}
 
 include:
   - {{ sls_config_file }}
 
 
 include:
   - {{ sls_config_file }}
 
-TEMPLATE-service-running-service-running:
+arvados-service-running-service-running:
   service.running:
   service.running:
-    - name: {{ TEMPLATE.service.name }}
+    - name: {{ arvados.service.name }}
     - enable: True
     - watch:
       - sls: {{ sls_config_file }}
     - enable: True
     - watch:
       - sls: {{ sls_config_file }}