feat(resources): add state to register virtual_machines
[arvados-formula.git] / test / salt / pillar / examples / nginx_webshell_configuration.sls
index 022cd36ac5635acb7ddad417ce7b90a3c1707cf9..e28fb9a67c3b036dfdd297d432a2db417cbfa729 100644 (file)
@@ -7,6 +7,7 @@ nginx:
 
       ### STREAMS
       http:
+        {%- for shell_node, params in %}
         upstream webshell_upstream:
           - server: 'shell.internal:4200 fail_timeout=10s'