diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-07-29 10:12:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-07-29 10:12:21 -0300 |
commit | ad4b577140bae735f58f2941c9c72623e812656b (patch) | |
tree | 700ddd662de5fea560fa4230cee8abfce7754730 /manifests | |
parent | 6bf44cb12aa43b43ed904adf821d5fc3f6842220 (diff) | |
download | puppet-php-ad4b577140bae735f58f2941c9c72623e812656b.tar.gz puppet-php-ad4b577140bae735f58f2941c9c72623e812656b.tar.bz2 |
Fix: ensure all previous php-fpm services are stopped (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/fpm.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/fpm.pp b/manifests/fpm.pp index 0ef6a7b..b94f504 100644 --- a/manifests/fpm.pp +++ b/manifests/fpm.pp @@ -28,12 +28,6 @@ define php::fpm( } } - $::php::params::version5_previous.each |$item| { - service { "php${item}-fpm": - ensure => stopped, - } - } - #apache::module { [ "proxy_fcgi", "setenvif" ]: # #ensure => $ensure, # ensure => present, |