Commit 0a49a29b authored by Antoine Catton's avatar Antoine Catton

LXC : publish https url instead of http

This is just a cosmetic commit, because shellinabox is redirecting
http url to https.
parent a76fb60f
......@@ -117,7 +117,7 @@ cache-file = $${buildout:directory}/.slapcontainername
[publish]
recipe = slapos.cookbook:publish
url = http://[$${shellinabox:ipv6}]:$${shellinabox:port}/
url = https://[$${shellinabox:ipv6}]:$${shellinabox:port}/
password = $${shellinabox:password}
......
......@@ -33,7 +33,7 @@ mode = 0644
[template-lxc]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-lxc.cfg
md5sum = ad1bd6fcab771e51a78b5b9446e47421
md5sum = 2d0975e08aa402a9aec325cfc03229d2
output = ${buildout:directory}/template-lxc.cfg
mode = 0644
......
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