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

Commits on Sep 5, 2019

  1. Update director.sls

    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 authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    aee822f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    cbcec46 View commit details
    Browse the repository at this point in the history