feat: convert `template-formula` to `arvados-formula`
[arvados-formula.git] / arvados / config / static / git-favicon.png
diff --git a/TEMPLATE/config/file.sls b/TEMPLATE/config/file.sls
deleted file mode 100644 (file)
index 985c1c8..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- coding: utf-8 -*-
-# vim: ft=sls
-
-{#- Get the `tplroot` from `tpldir` #}
-{%- set tplroot = tpldir.split('/')[0] %}
-{%- set sls_package_install = tplroot ~ '.package.install' %}
-{%- from tplroot ~ "/map.jinja" import TEMPLATE with context %}
-{%- from tplroot ~ "/libtofs.jinja" import files_switch with context %}
-
-include:
-  - {{ sls_package_install }}
-
-TEMPLATE-config-file-file-managed:
-  file.managed:
-    - name: {{ TEMPLATE.config }}
-    - source: {{ files_switch(['example.tmpl'],
-                              lookup='TEMPLATE-config-file-file-managed'
-                 )
-              }}
-    - mode: 644
-    - user: root
-    - group: {{ TEMPLATE.rootgroup }}
-    - makedirs: True
-    - template: jinja
-    - require:
-      - sls: {{ sls_package_install }}
-    - context:
-        TEMPLATE: {{ TEMPLATE | json }}