Mercurial > repos > other > Puppet
changeset 18:ed5edb4c9412
Migrate to IBBoard's versions of PHP libraries so that they're build against a later libxml2
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 03 Mar 2015 19:30:07 +0000 |
parents | 5ba2ddf53c29 |
children | e3aeb8761950 6c63be9a0320 |
files | manifests/templates.pp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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' } }