saltstack-formulas / php-formula

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

Fix to be able to create the pools folder in the fpm #134

Closed dseira closed 7 years ago

dseira commented 7 years ago

This is nice to be able to use the Remi Repository in RedHat family OSs because php-fpm in remi repository doesn't create the /etc/php-fpm.d/ folder where the pools should be.

dseira commented 7 years ago

@cheuschober What do you think of adding this feature in the master branch? Is just a little change to be able to use remi repo in CentOS. In debian family doesn't affect because the pools folder is already created with the installation.