Commit e52b6c68 authored by Jérome Perrin's avatar Jérome Perrin

slaprunner: fix the typical french speaker mistake with informations

parent 7d112232
......@@ -45,7 +45,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in
md5sum = 67fd0af225c6c4f93f539f82dd23a2db
md5sum = 7cfa24cdad2822396659d8d68fb02b36
mode = 0644
[template-runner-import-script]
......
......@@ -10,7 +10,7 @@ parts =
sshkeys-dropbear-runner
dropbear-server-add-authorized-key
sshkeys-authority
publish-connection-informations
publish-connection-information
slaprunner-promise
slaprunner-frontend-promise
slaprunner-supervisord-wrapper
......@@ -101,7 +101,7 @@ check-secure = 1
dash_path = {{ dash_executable_location }}
curl_path = {{ curl_executable_location }}
[publish-connection-informations]
[publish-connection-information]
custom-frontend-url = https://$${request-custom-frontend:connection-domain}
{% endif %}
......@@ -449,9 +449,9 @@ return = site_url domain
#--------------------------------------
#--
#-- Send informations to SlapOS Master
#-- Send information to SlapOS Master
[publish-connection-informations]
[publish-connection-information]
recipe = slapos.cookbook:publish
1_info = On your first run, Use "access_url" to setup you account. Then you can use both "url" or "access_url". Or "backend_url" if you want to use ipv6. Set up your account in the webrunner in order to use webdav, and being able to clone your git repositories from the runner.
2_info = In order to set up your account, get the recovery-code from the monitoring interface. Before read the notification on monitor_info.
......
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