Commit e9d8e7e5 authored by Antoine Catton's avatar Antoine Catton

Remove login and password from url

parent 48cd13fe
......@@ -17,7 +17,9 @@ parts =
[publish]
recipe = slapos.cookbook:publish
url = http://$${pwgen:user}:$${pwgen:password}@[$${slap-network-information:global-ipv6}]:$${httpd-conf:port}/
url = http://[$${slap-network-information:global-ipv6}]:$${httpd-conf:port}/
user = $${pwgen:user}
password = $${pwgen:password}
[httpd]
recipe = slapos.cookbook:wrapper
......
......@@ -27,7 +27,7 @@ mode = 0644
[template-gitrepo]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-gitrepo.cfg
md5sum = 2ad8457628996bf0b71d80e10b3b5aa9
md5sum = 4c6cc7f6e1a36e73d50069f5b7465302
output = ${buildout:directory}/template-gitrepo.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