diff options
Diffstat (limited to 'deployment/websites')
-rw-r--r-- | deployment/websites/manifests/www.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp index 6727bd0b..b42d4c2c 100644 --- a/deployment/websites/manifests/www.pp +++ b/deployment/websites/manifests/www.pp @@ -46,6 +46,6 @@ class websites { url => 'https://www.mageia.org/', } - package { ['php-mbstring', 'php-mcrypt', 'php-gettext']: } + package { ['php-mbstring', 'php-mcrypt', 'php-gettext', 'php-geoip']: } } } |