Install php intl and gettext
This commit is contained in:
parent
39a8ce8dab
commit
34623c96e2
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue