product variable not rendering on live site on FAQ page
gene1wood opened this issue ยท 4 comments
If you look at a page like this
which is rendered into this help page
https://help.passbolt.com/faq/hosting/how-to-install-passbolt-non-interactive
you'll see that the {{ product }}
variable is not being set and so the page displays incorrect information like
sudo DEBIAN_FRONTEND=noninteractive apt-get install \
--no-install-recommends passbolt--server
which should be something like (for the CE product)
sudo DEBIAN_FRONTEND=noninteractive apt-get install \
--no-install-recommends passbolt-ce-server
Hi @gene1wood ๐
Thanks for reporting, we will fix this and keep you posted.
BTW, I am so happy to see people are using the unattended install ๐
Cheers,
Hi,
The FAQ page has been updated: https://help.passbolt.com/faq/hosting/how-to-install-passbolt-non-interactive
Best,
Looks like this was fixed in 12765df (and PB-14115 which may be a ticketing system outside GitHub). Thanks JC
Yes, we are using a ticketing system outside GitHub.
Thanks again for the report and don't hesitate to get in touch on our community forum if you have further question, or if you want to share experience.
I don't know if you can be interested with that, but we published a blog article about how to integrate passbolt with gitlab for secrets automation. We are also an internal POC about managing ansible vaults with passbolt. :)