Mercurial > repos > other > Puppet
diff modules/website/manifests/php.pp @ 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 | 0dd899a10ee1 |
children | 4efaba4fbe94 |
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, }