Commit 27db6b8e authored by Rafael Monnerat's avatar Rafael Monnerat

stack/monitor: Fix typo on the initial password file generated.

parent d7d78d85
......@@ -102,7 +102,7 @@ recipe = slapos.recipe.template:jinja2
filename = template-monitor.cfg
template = ${:_profile_base_location_}/instance-monitor.cfg.jinja2.in
rendered = ${buildout:directory}/template-monitor.cfg
md5sum = 212bcd86244e8a4e51fff92cfbd7d5f7
md5sum = df3cc1c7e6d66204598920b2ea74b6da
context =
key apache_location apache:location
key gzip_location gzip:location
......
......@@ -161,7 +161,7 @@ environment =
[monitor-htpasswd]
recipe = slapos.cookbook:generate.password
storage-path = ${directory:etc}/.monitor_user
storage-path = ${directory:etc}/.monitor_pwd
bytes = 8
username = admin
......
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