saltstack-formulas / newrelic-formula

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

formula breaks if you use php PPAs #13

Open cybacolt opened 7 years ago

cybacolt commented 7 years ago

PHP version is hardcoded throughout, so using Ondrej's new PHP repositories breaks this profoundly. eg, this path: /etc/php5/mods-available/newrelic.ini

may need to be: /etc/php/5.6/mods-available/newrelic.ini

it would be great if this was configurable, defaulting of course to 'php5', over the nested PPA pathing...

this is also non-configurable in the php formula, which assumes you want 7.0 or nothing. :(