comparison manifests/templates.pp @ 417:ebf985c99a57

Add PHP SOAP
author IBBoard <dev@ibboard.co.uk>
date Sat, 08 Oct 2022 14:35:56 +0100
parents b185498177ef
children dd12bb713260
comparison
equal deleted inserted replaced
416:b185498177ef 417:ebf985c99a57
490 'json' => {}, 490 'json' => {},
491 "${extra_prefix}apcu" => { 491 "${extra_prefix}apcu" => {
492 package_prefix => $variant_prefix 492 package_prefix => $variant_prefix
493 }, 493 },
494 'gmp' => {}, 494 'gmp' => {},
495 'enchant' => {} 495 'enchant' => {},
496 'soap' => {},
496 } + $extra_extras, 497 } + $extra_extras,
497 } 498 }
498 499
499 #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user 500 #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user
500 if $operatingsystem == 'CentOS' { 501 if $operatingsystem == 'CentOS' {