saltstack-formulas / php-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
57 stars 231 forks source link

[BUG] libsslcommon2-dev Was Removed in 2017 #226

Open B1ue-W01f opened 3 years ago

B1ue-W01f commented 3 years ago

Bug details

Describe the bug

ibsslcommon2-dev was removed in 2017 as per this.

The Debian build_pkgs in the map.jinja currently references it and as a result deploying the build_pkgs module fails.

Steps to reproduce the bug

Deploy using the below pillar.

php:
  version: '7.3'
  modules:
    - build_pkgs

Attempts to fix the bug

The package likely should be switched to libssl-dev which is already referenced, and therefore ibsslcommon2-dev can be deleted.