Readded php5enmod mbcrypt for trusty

Change-Id: I874cde6399314a38fff8a96f9498f8aaf8e9698d
This commit is contained in:
Sebastian Marcet 2016-03-30 20:18:05 -03:00
parent a9fab67330
commit b764ef6fd2
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,15 @@ class openstackid (
# php5-fpm configuration
exec { 'enable_php5-mbcrypt':
command => '/usr/sbin/php5enmod mcrypt',
timeout => 0,
require => [
Package['php5-fpm'],
],
notify => Service['php5-fpm'],
}
file { '/etc/php5/fpm/pool.d/www.conf':
ensure => present,
owner => 'root',