Commit 86e9a774 authored by Kirill Smelkov's avatar Kirill Smelkov

software/ors-amarisoft: enb: dnsmasq-service :port and :ip are unused and misleading

For example it is the port that is setup in ru/dnsmasq.jinja2.cfg that is used,
not :port and there it is 5354, i.e. different. :ip is also not used anywhere.

-> Remove them to avoid confusion.
parent 0f8ee720
...@@ -148,8 +148,6 @@ context = ...@@ -148,8 +148,6 @@ context =
{{ part('dnsmasq-service') }} {{ part('dnsmasq-service') }}
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
port = 5353
ip = ${slap-configuration:tun-ipv4-addr}
command-line = {{ dnsmasq_location }}/sbin/dnsmasq --conf-file=${dnsmasq-config:output} -x ${directory:run}/dnsmasq.pid --local-service --keep-in-foreground command-line = {{ dnsmasq_location }}/sbin/dnsmasq --conf-file=${dnsmasq-config:output} -x ${directory:run}/dnsmasq.pid --local-service --keep-in-foreground
wrapper-path = ${directory:service}/dnsmasq wrapper-path = ${directory:service}/dnsmasq
mode = 0775 mode = 0775
...@@ -158,8 +156,8 @@ hash-files = ...@@ -158,8 +156,8 @@ hash-files =
# {# promise('dnsmasq-listen') #} # {# promise('dnsmasq-listen') #}
#promise = check_socket_listening #promise = check_socket_listening
#config-host = ${dnsmasq-service:ip} #config-host = ...
#config-port = ${dnsmasq-service:port} #config-port = ...
{%- endif %} {%- endif %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment