jippi / puppet-php

Puppet module to manage PHP on debian and ubuntu
http://puppet-php.readthedocs.org/en/latest/
MIT License
54 stars 88 forks source link

Version switch #165

Open hp197 opened 7 years ago

hp197 commented 7 years ago

Changed most (if not all) hardcoded php version numbers into case statements. This way the module will be compatible with php5 and other distro's while keeping compatible with the new php7.0 and possible future upgrades.

** Tested package names & version numbers only for Debian Jessie and Stretch.