Commit 11bf959c authored by Rafael Monnerat's avatar Rafael Monnerat

Fix, slave_dict is not needed here.

parent a252ee73
......@@ -303,4 +303,5 @@ class Recipe(BaseSlapRecipe):
config=apache_config_file)
]))
return dict(site_url="https://%s:%s/" % (name, port))
return dict(site_url="https://%s:%s/" % (name, port),
slave_dict=slave_dict)
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