Commit c6beb20a authored by Marco Mariani's avatar Marco Mariani

renamed part

parent 5eb9ae53
[buildout] [buildout]
parts = parts =
symlinks urls
publish
postgres-instance postgres-instance
postgres-promise postgres-promise
cron cron
...@@ -81,6 +80,8 @@ pgdata-directory = $${rootdirectory:var}/data ...@@ -81,6 +80,8 @@ pgdata-directory = $${rootdirectory:var}/data
services = $${basedirectory:services} services = $${basedirectory:services}
bin = $${rootdirectory:bin} bin = $${rootdirectory:bin}
dependency-symlinks = $${symlinks:recipe}
# Deploy promises scripts # Deploy promises scripts
[postgres-promise] [postgres-promise]
...@@ -90,7 +91,7 @@ hostname = $${slap-network-information:global-ipv6} ...@@ -90,7 +91,7 @@ hostname = $${slap-network-information:global-ipv6}
port = $${postgres-instance:port} port = $${postgres-instance:port}
[publish] [urls]
recipe = slapos.cookbook:publishurl recipe = slapos.cookbook:publishurl
url = $${postgres-instance:url} url = $${postgres-instance:url}
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