Mercurial > repos > other > Puppet
comparison manifests/templates.pp @ 200:81dfe3ca043f puppet-3.6
Add "bcmath" module to PHP at Wordpress's suggestion
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 19 May 2019 15:51:15 +0100 |
parents | 23c4f6a38b57 |
children | e602c5f974ac |
comparison
equal
deleted
inserted
replaced
199:69df692e9c09 | 200:81dfe3ca043f |
---|---|
421 | 421 |
422 #Configure the PHP version to use | 422 #Configure the PHP version to use |
423 class { 'website::php': | 423 class { 'website::php': |
424 suffix => $php_suffix, | 424 suffix => $php_suffix, |
425 opcache => 'opcache', | 425 opcache => 'opcache', |
426 extras => [ 'process', 'intl', 'pecl-imagick' ], | 426 extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath' ], |
427 } | 427 } |
428 | 428 |
429 #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user | 429 #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user |
430 | 430 |
431 if $operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, 7) >= 0 { | 431 if $operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, 7) >= 0 { |