Commit 54c9feec authored by Łukasz Nowak's avatar Łukasz Nowak

Use new way of naming instance recipes.

parent 59af3f25
...@@ -6,7 +6,7 @@ eggs-directory = ${buildout:eggs-directory} ...@@ -6,7 +6,7 @@ eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory} develop-eggs-directory = ${buildout:develop-eggs-directory}
[instance] [instance]
recipe = ${instance-recipe:name} recipe = ${instance-recipe:egg}:${instance-recipe:module}
dcrond_binary = ${dcron:location}/sbin/crond dcrond_binary = ${dcron:location}/sbin/crond
haproxy_binary = ${haproxy:location}/sbin/haproxy haproxy_binary = ${haproxy:location}/sbin/haproxy
httpd_binary = ${apache:location}/bin/httpd httpd_binary = ${apache:location}/bin/httpd
......
...@@ -22,7 +22,7 @@ extra-paths += ...@@ -22,7 +22,7 @@ extra-paths +=
[template] [template]
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
md5sum = 3c6c32ac83f78a91d0d7ee7c47730e02 md5sum = 8ed5e0c3dcbde0f88e18dba0d364fabf
[instance-recipe] [instance-recipe]
egg = slapos.cookbook egg = slapos.cookbook
......
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