Mercurial > repos > other > Puppet
comparison 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 |
comparison
equal
deleted
inserted
replaced
148:d9fcabc75a1e | 149:af30a5eb468f |
---|---|
18 } | 18 } |
19 } | 19 } |
20 | 20 |
21 website::php::extra_php { $extras: } | 21 website::php::extra_php { $extras: } |
22 | 22 |
23 $packages = [ "php${suffix}", "php${suffix}-mcrypt", "php${suffix}-mbstring", "php${suffix}-xml", "php${suffix}-gd" ] | 23 $packages = [ "php${suffix}", "php${suffix}-mbstring", "php${suffix}-xml", "php${suffix}-gd" ] |
24 package { $packages: | 24 package { $packages: |
25 ensure => installed, | 25 ensure => installed, |
26 } | 26 } |
27 file { '/etc/php.d/custom-lockdown.ini': | 27 file { '/etc/php.d/custom-lockdown.ini': |
28 ensure => present, | 28 ensure => present, |