Added python-unidecode
This commit is contained in:
parent
199011b847
commit
0391e10367
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue