Commit a5f2ec8a authored by Marco Mariani's avatar Marco Mariani

use global-ipv6 instead of ipv6_host to avoid !py!

parent 0b008f3a
......@@ -56,8 +56,9 @@ bin = $${directories:bin}
# Deploy promises scripts
[postgres-promise]
recipe = slapos.cookbook:check_port_listening
path = $${directories:promises}/apache
hostname = $${postgres-instance:ipv6_host}
path = $${directories:promises}/postgres
#hostname = $${postgres-instance:ipv6_host}
hostname = $${slap-network-information:global-ipv6}
port = $${postgres-instance:port}
......
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