Added python-unidecode

This commit is contained in:
Ciaby 2014-08-30 23:08:34 -05:00
parent 199011b847
commit 0391e10367

View file

@ -266,12 +266,12 @@ class rhizomatica_base_system {
require => Class['python'], require => Class['python'],
} }
#Apache2 + PHP #Apache2 + PHP + Python
package { ['apache2','libapache2-mod-php5', package { ['apache2','libapache2-mod-php5',
'rrdtool', 'python-twisted-web', 'python-psycopg2', 'rrdtool', 'python-twisted-web', 'python-psycopg2',
'python-pysqlite2', 'php5', 'php5-pgsql', 'python-pysqlite2', 'php5', 'php5-pgsql',
'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost', 'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost',
'python-yaml', 'python-formencode']: 'python-yaml', 'python-formencode', 'python-unidecode']:
ensure => installed, ensure => installed,
require => Apt::Ppa['ppa:ondrej/php5'], require => Apt::Ppa['ppa:ondrej/php5'],
} }