aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-07-29 10:21:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-07-29 10:21:44 -0300
commit502b8851118fa06c5e928d9f61c0e5b010f520d6 (patch)
tree75511daf67a7fe6473810c02563ad2c83b57b508
parentb23da3095bc3a57207b23ccc017b5af893d1970d (diff)
downloadpuppet-php-502b8851118fa06c5e928d9f61c0e5b010f520d6.tar.gz
puppet-php-502b8851118fa06c5e928d9f61c0e5b010f520d6.tar.bz2
Rollback
-rw-r--r--manifests/fpm.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/fpm.pp b/manifests/fpm.pp
index 1310b7f..497dc07 100644
--- a/manifests/fpm.pp
+++ b/manifests/fpm.pp
@@ -22,11 +22,11 @@ define php::fpm(
}
}
- $::php::params::version7_previous.each |$item| {
- package { "php${item}-fpm":
- ensure => absent,
- }
- }
+ #$::php::params::version7_previous.each |$item| {
+ # package { "php${item}-fpm":
+ # ensure => absent,
+ # }
+ #}
#apache::module { [ "proxy_fcgi", "setenvif" ]:
# #ensure => $ensure,