# HG changeset patch # User IBBoard # Date 1490543614 -3600 # Node ID af30a5eb468f68bc9d44e9c9568122ec32b1ba72 # Parent d9fcabc75a1e34baa3d60d3ba56fb4cae772e913 Remove now deprecated mcrypt extension - all scripts now use openssl diff -r d9fcabc75a1e -r af30a5eb468f modules/website/manifests/php.pp --- 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, }