Closed vquie closed 7 years ago
You are correct, but the logic on the phpng_version should only be found if you use an external repo has been set on Debian, looks like the the first if / elif / else statement is only on OS not on external repo yes or no.
that's why there is #116
Thanks for clearing this up. I guess the whole map.jinja needs to be redone then. With Debian we don't even pass the first if statement in line 4. With https://github.com/saltstack-formulas/php-formula/pull/122 we made it at least work on Debian with php >= 7.0
@vquiering thanks for this
Since php5 installs in different location, this formula was not working. I added an if statement to determine the correct dir.
This change only affects Debian with php5.