feat: convert `template-formula` to `arvados-formula`
[arvados-formula.git] / arvados / subcomponent / config / static / git-logo.png
diff --git a/TEMPLATE/subcomponent/config/file.sls b/TEMPLATE/subcomponent/config/file.sls
deleted file mode 100644 (file)
index 75b415a..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# -*- coding: utf-8 -*-
-# vim: ft=sls
-
-{#- 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 ~ "/libtofs.jinja" import files_switch with context %}
-
-include:
-  - {{ sls_config_file }}
-
-TEMPLATE-subcomponent-config-file-file-managed:
-  file.managed:
-    - name: {{ TEMPLATE.subcomponent.config }}
-    - source: {{ files_switch(['subcomponent-example.tmpl'],
-                              lookup='TEMPLATE-subcomponent-config-file-file-managed',
-                              use_subpath=True
-                 )
-              }}
-    - mode: 644
-    - user: root
-    - group: {{ TEMPLATE.rootgroup }}
-    - makedirs: True
-    - template: jinja
-    - require_in:
-      - sls: {{ sls_config_file }}