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
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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: