test(dependencies): add hosts entries for testing
[arvados-formula.git] / test / salt / states / examples / single_host / host_entries.sls
index 855757e62857e37af31d8138c8717dec7b7402b5..fc35678a2805751c51b65d6aaef3a50df506411e 100644 (file)
@@ -16,6 +16,7 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present:
           'controller',
           'download',
           'keep',
+          'keepweb',
           'keep0',
           'shell',
           'workbench',
@@ -23,6 +24,10 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present:
           'ws',
         ]
       %}
+      - {{ entry }}
       - {{ entry }}.internal
       - {{ entry }}.{{ arvados.cluster.name }}.{{ arvados.cluster.domain }}
       {%- endfor %}
+    - require_in:
+      - file: nginx_config
+      - service: nginx_service