Displaying 1 result from an estimated 1 matches for "authorise_bacula_us".
Did you mean:
authorise_bacula_user
2007 Oct 02
2
Requires from other modules / requires with aliases
...db { "bacula":
alias => create_bacula_db,
require => create_bacula_user,
owner => "bacula",
}
postgresql::authorise{"bacula":
alias => authorise_bacula_user,
host => "local",
database => "bacula",
method => "md5",
require => [ create_bacula_db, set_bacula_db_password ]
}
...
service{"...