Open
Description
Versions reports (master & minion)
Using salt-ssh 3001.1 installed in a virtualenv. Minion is Debian Buster, no master.
Pillar / config used
top.sls
contains
base:
'*':
- php
No pillar.
Bug details
Describe the bug
This does not work out of the box
----------
ID: php_install_php
Function: pkg.installed
Name: php
Result: False
Comment: The following packages failed to install/update: php7.0
Started: 13:21:35.587509
Duration: 578.336 ms
Changes:
Steps to reproduce the bug
Expected behaviour
I expect the formula to work out of the box, with sane defaults so I can use it to simply install available PHP packages on Debian distribution.
Attempts to fix the bug
I still have not looked at how the formula exactly works, but it looks like without external repository I can't use it to use PHP packages from vanilla Debian repositories.