Mercurial > repos > other > Puppet
changeset 377:18765f598232
Add Enchant module for webmail spell checking
Roundcube ran a server. They don't now, so we need a local lib.
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 25 Sep 2021 16:05:55 +0100 |
parents | 752c0861a7c3 |
children | d539c21143bb |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Sat Sep 25 14:59:33 2021 +0100 +++ b/manifests/templates.pp Sat Sep 25 16:05:55 2021 +0100 @@ -408,7 +408,7 @@ class { 'website::php': suffix => $php_suffix, module => ($operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, '8') >= 0) ? { true => 'remi-7.4', default => undef }, - extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath', 'pecl-zip', 'json', 'pecl-apcu', 'gmp' ], + extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath', 'pecl-zip', 'json', 'pecl-apcu', 'gmp', 'enchant' ], } #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user