feat: convert `template-formula` to `arvados-formula`
[arvados-formula.git] / arvados / subcomponent / config / file.sls
similarity index 66%
rename from TEMPLATE/subcomponent/config/file.sls
rename to arvados/subcomponent/config/file.sls
index 75b415a23a86a812257bb50392581028b66b257b..251d859637e64a089b0eeac37bfafcead863a457 100644 (file)
@@ -4,23 +4,23 @@
 {#- 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 %}
 {%- from tplroot ~ "/libtofs.jinja" import files_switch with context %}
 
 include:
   - {{ sls_config_file }}
 
-TEMPLATE-subcomponent-config-file-file-managed:
+arvados-subcomponent-config-file-file-managed:
   file.managed:
-    - name: {{ TEMPLATE.subcomponent.config }}
+    - name: {{ arvados.subcomponent.config }}
     - source: {{ files_switch(['subcomponent-example.tmpl'],
-                              lookup='TEMPLATE-subcomponent-config-file-file-managed',
+                              lookup='arvados-subcomponent-config-file-file-managed',
                               use_subpath=True
                  )
               }}
     - mode: 644
     - user: root
-    - group: {{ TEMPLATE.rootgroup }}
+    - group: {{ arvados.rootgroup }}
     - makedirs: True
     - template: jinja
     - require_in: