Slashbunny / puppet-phpfpm

Manages php-fpm daemon and pool configuration
GNU General Public License v3.0
10 stars 29 forks source link

add support for ubuntu 18.04 #24

Closed hekmon closed 6 years ago

hekmon commented 6 years ago

Tested on my server.

I still had to hack my way around to have the pkg installed but it is unrelated to the puppet code: the pkg won't finish its install if post script can't start the service but the service won't start if no pool are defined.

Not sure if I did not have any pool because of the puppet class purge parameter or if the package itself is broken.

Slashbunny commented 6 years ago

Thanks for the contribution!