aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-07-29 10:12:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-07-29 10:12:21 -0300
commitad4b577140bae735f58f2941c9c72623e812656b (patch)
tree700ddd662de5fea560fa4230cee8abfce7754730
parent6bf44cb12aa43b43ed904adf821d5fc3f6842220 (diff)
downloadpuppet-php-ad4b577140bae735f58f2941c9c72623e812656b.tar.gz
puppet-php-ad4b577140bae735f58f2941c9c72623e812656b.tar.bz2
Fix: ensure all previous php-fpm services are stopped (2)
-rw-r--r--manifests/fpm.pp6
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,