Mercurial > repos > other > Puppet
changeset 181:8491f9548a74 puppet-3.6
Add PHP "intl" module so NextCloud doesn't use fallback implementation
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 20 Oct 2018 10:07:51 +0100 |
parents | 83885499c093 |
children | 1df1e161bbb5 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Sun Aug 05 10:40:51 2018 +0100 +++ b/manifests/templates.pp Sat Oct 20 10:07:51 2018 +0100 @@ -408,7 +408,7 @@ class { 'website::php': suffix => $php_suffix, opcache => 'opcache', - extras => [ 'process' ], + extras => [ 'process', 'intl' ], } #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user