Displaying 1 result from an estimated 1 matches for "set_bacula_db_password".
2007 Oct 02
2
Requires from other modules / requires with aliases
...{"bacula":
alias => authorise_bacula_user,
host => "local",
database => "bacula",
method => "md5",
require => [ create_bacula_db, set_bacula_db_password ]
}
...
service{"bacula-director" :
ensure => running,
require => [
File["/etc/bacula/bacula-dir.conf"], authorise_bacula_user]
}
...
postgresql::create_user and postgresql::create_...