From 0391e1036742a6c34a81e28f1eb7b4489b2a969a Mon Sep 17 00:00:00 2001 From: Ciaby Date: Sat, 30 Aug 2014 23:08:34 -0500 Subject: [PATCH] Added python-unidecode --- modules/rhizomatica_base_system/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rhizomatica_base_system/manifests/init.pp b/modules/rhizomatica_base_system/manifests/init.pp index bc0c359..71bea72 100644 --- a/modules/rhizomatica_base_system/manifests/init.pp +++ b/modules/rhizomatica_base_system/manifests/init.pp @@ -266,12 +266,12 @@ class rhizomatica_base_system { require => Class['python'], } -#Apache2 + PHP +#Apache2 + PHP + Python package { ['apache2','libapache2-mod-php5', 'rrdtool', 'python-twisted-web', 'python-psycopg2', 'python-pysqlite2', 'php5', 'php5-pgsql', 'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost', - 'python-yaml', 'python-formencode']: + 'python-yaml', 'python-formencode', 'python-unidecode']: ensure => installed, require => Apt::Ppa['ppa:ondrej/php5'], }