Browse Source

yannic should not serve a webserver by it's own

Michael Schwarz 3 years ago
parent
commit
ef6d2609a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yanic/init.sls

+ 1 - 1
yanic/init.sls

@@ -25,7 +25,7 @@ yanic:
       - file: yanic
 
 # the internal webserver should be enabled
-{% set webserver = "true" %}
+{% set webserver = "false" %}
 
 # get loopback IPv6 for binding the webserver to it
 {% set node_config = salt['pillar.get']('nodes:' ~ grains['id']) %}