feat: convert `template-formula` to `arvados-formula`
[arvados-formula.git] / arvados / package / static / gitweb.css
diff --git a/TEMPLATE/package/clean.sls b/TEMPLATE/package/clean.sls
deleted file mode 100644 (file)
index 50b7718..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- coding: utf-8 -*-
-# vim: ft=sls
-
-{#- Get the `tplroot` from `tpldir` #}
-{%- set tplroot = tpldir.split('/')[0] %}
-{%- set sls_config_clean = tplroot ~ '.config.clean' %}
-{%- from tplroot ~ "/map.jinja" import TEMPLATE with context %}
-
-include:
-  - {{ sls_config_clean }}
-
-TEMPLATE-package-clean-pkg-removed:
-  pkg.removed:
-    - name: {{ TEMPLATE.pkg.name }}
-    - require:
-      - sls: {{ sls_config_clean }}