Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update director.sls #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

preussal
Copy link

@preussal preussal commented Sep 5, 2019

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: <debconf-2.0>
     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

preussal and others added 2 commits September 5, 2019 13:16
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: <debconf-2.0>
     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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant