Skip to content
Snippets Groups Projects
Unverified Commit 05fc8f66 authored by anarcat's avatar anarcat
Browse files

simplify password file to skip the service abstraction

It means one less file to manage. If we want this to work, it should
be in puppet anyways.
parent cf677647
No related branches found
No related tags found
No related merge requests found
......@@ -432,10 +432,12 @@ director.
managed through [[puppet]] (TODO). Alternatively, that file can be
recreated by hand, using a syntax like this:
service=bacula user=bacula-dictyotum-reader password=X
user=bacula-dictyotum-reader password=X dbname=bacula host=localhost
The matching user will need to have its password modified to match
`X`, obviously.
`X`, obviously:
sudo -u postgres psql -c '\password bacula-dictyotum-reader'
9. reset the password to the new bacula master, as it changed in
puppet:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment