Commit 6693d07b authored by Jérome Perrin's avatar Jérome Perrin

software/seleniumserver: remove useless bytes= for password recipes

the default bytes is just fine
parent a7e59adb
...@@ -19,4 +19,4 @@ md5sum = 10e19df182c692b71ea552da183a0bcf ...@@ -19,4 +19,4 @@ md5sum = 10e19df182c692b71ea552da183a0bcf
[template-selenium] [template-selenium]
filename = instance-selenium.cfg.in filename = instance-selenium.cfg.in
md5sum = 389766d95744b80fdc80a10cdde9551c md5sum = 8c48c7bef34dd54ab3bd94c91f2bf041
...@@ -137,12 +137,10 @@ port = 7782 ...@@ -137,12 +137,10 @@ port = 7782
[selenium-server-admin-password] [selenium-server-admin-password]
recipe = slapos.cookbook:generate.password recipe = slapos.cookbook:generate.password
username = admin username = admin
bytes = 12
[selenium-server-selenium-password] [selenium-server-selenium-password]
recipe = slapos.cookbook:generate.password recipe = slapos.cookbook:generate.password
username = selenium username = selenium
bytes = 12
[selenium-server-frontnend-certificate] [selenium-server-frontnend-certificate]
......
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