saltstack-formulas / bareos-formula

A Saltstack formula to install and configure Bareos
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
5 stars 12 forks source link

Update director.sls #21

Open preussal opened 5 years ago

preussal commented 5 years ago

changed pkg order to install "bareos-database-mysql" or "bareos-database-postgresql" or others. Before always the "bareos-database-postgresql" was installed. and the mysql always after that.

that comes from the dependencies in the bareos-database-common

apt-cache depends bareos-database-common bareos-database-common   | PreDepends: debconf    PreDepends:      cdebconf      debconf    Depends: bareos-common   | Depends: bareos-database-postgresql   | Depends: bareos-database-mysql    Depends: bareos-database-sqlite3    Depends: dbconfig-common    Depends: lsb-base    Depends: libc6    Depends: libgcc1    Depends: libstdc ++ 6