# HG changeset patch # User IBBoard # Date 1425411007 0 # Node ID ed5edb4c9412cabb5b5d05c89ad67c317776992d # Parent 5ba2ddf53c292f766c3e225338751005c10b3003 Migrate to IBBoard's versions of PHP libraries so that they're build against a later libxml2 diff -r 5ba2ddf53c29 -r ed5edb4c9412 manifests/templates.pp --- a/manifests/templates.pp Sat Feb 21 09:37:00 2015 +0000 +++ b/manifests/templates.pp Tue Mar 03 19:30:07 2015 +0000 @@ -220,7 +220,7 @@ } #Configure the PHP version to use class { 'website::php': - suffix => '55w', #Webtatic's PHP 5.5 + suffix => '55ibb', #IBBoard's rebuild of Webtatic's PHP 5.5 opcache => 'opcache', } #Setup MySQL, using (private) templates to make sure that we set non-std passwords and a default user @@ -228,7 +228,7 @@ mysqluser => template('defaultusers/mysql-user'), mysqlpassword => template('defaultusers/mysql-password'), mysqlsuffix => '55w', - phpsuffix => '55w', + phpsuffix => '55ibb', phpmysqlsuffix => 'nd' } }