Install php intl and gettext

This commit is contained in:
Keith Whyte 2019-03-06 13:27:51 +00:00
parent 39a8ce8dab
commit 34623c96e2

View file

@ -52,7 +52,7 @@ class rhizo_base::packages::ubuntu inherits rhizo_base::packages::common {
class rhizo_base::packages::debian inherits rhizo_base::packages::common { class rhizo_base::packages::debian inherits rhizo_base::packages::common {
package { ['apache2','libapache2-mod-php', 'php', 'php-pgsql', package { ['apache2','libapache2-mod-php', 'php', 'php-pgsql',
'php-curl', 'php-cli', 'php-gd', 'php-curl', 'php-cli', 'php-gd', 'php-intl', 'php-gettext',
'sudo', 'apt-transport-https']: 'sudo', 'apt-transport-https']:
ensure => installed, ensure => installed,
require => Class['rhizo_base::apt'], require => Class['rhizo_base::apt'],