test(dispatcher): cert needs to match each hostname
[arvados-formula.git] / test / salt / states / example_single_host_host_entries / static / git-favicon.png
diff --git a/test/salt/states/hosts_entries/init.sls b/test/salt/states/hosts_entries/init.sls
deleted file mode 100644 (file)
index 378571e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-arvados_hosts_entries:
-  host.present:
-    - ip: {{ grains.get('ipv4')[0] }}
-    - names:
-      - {{ grains.get('fqdn') }}
-      {%- for entry in [
-          'keep',
-          'keep0',
-          'collections',
-          'download',
-          'ws',
-          'workbench',
-          'workbench2'
-        ]
-      %}
-      - {{ entry }}
-      # FIXME! This just works for our testings.
-      # Won't work if the cluster name != host name
-      - {{ entry }}.{{ grains.get('host') }}.{{ grains.get('domain') }}
-      {%- endfor %}