comparison manifests/templates.pp @ 239:001e2f446837 puppet-3.6

Add the Zip module to make Wordpress happy
author IBBoard <dev@ibboard.co.uk>
date Fri, 20 Dec 2019 11:47:01 +0000
parents 6467e768e353
children 1901eea3befe
comparison
equal deleted inserted replaced
238:6467e768e353 239:001e2f446837
435 435
436 #Configure the PHP version to use 436 #Configure the PHP version to use
437 class { 'website::php': 437 class { 'website::php':
438 suffix => $php_suffix, 438 suffix => $php_suffix,
439 opcache => 'opcache', 439 opcache => 'opcache',
440 extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath' ], 440 extras => [ 'process', 'intl', 'pecl-imagick', 'bcmath', 'pecl-zip' ],
441 } 441 }
442 442
443 #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user 443 #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user
444 444
445 if $operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, 7) >= 0 { 445 if $operatingsystem == 'CentOS' and versioncmp($operatingsystemrelease, 7) >= 0 {