Mercurial > repos > other > Puppet
changeset 149:af30a5eb468f puppet-3.6
Remove now deprecated mcrypt extension - all scripts now use openssl
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Mar 2017 16:53:34 +0100 |
parents | d9fcabc75a1e |
children | 060f81349dd6 |
files | modules/website/manifests/php.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/modules/website/manifests/php.pp Sun Mar 26 16:12:57 2017 +0100 +++ b/modules/website/manifests/php.pp Sun Mar 26 16:53:34 2017 +0100 @@ -20,7 +20,7 @@ website::php::extra_php { $extras: } - $packages = [ "php${suffix}", "php${suffix}-mcrypt", "php${suffix}-mbstring", "php${suffix}-xml", "php${suffix}-gd" ] + $packages = [ "php${suffix}", "php${suffix}-mbstring", "php${suffix}-xml", "php${suffix}-gd" ] package { $packages: ensure => installed, }