From c6caa984a49fca7efe9351e18de8911dfc2ed4f6 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Wed, 16 Jul 2014 20:00:55 -0500 Subject: [PATCH] Forgot python-formencode --- modules/rhizomatica_base_system/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizomatica_base_system/manifests/init.pp b/modules/rhizomatica_base_system/manifests/init.pp index 3d51285..b9a94ab 100644 --- a/modules/rhizomatica_base_system/manifests/init.pp +++ b/modules/rhizomatica_base_system/manifests/init.pp @@ -235,7 +235,7 @@ class rhizomatica_base_system { 'rrdtool', 'python-twisted-web', 'python-psycopg2', 'python-pysqlite2', 'php5', 'php5-pgsql', 'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost', - 'python-yaml']: + 'python-yaml', 'python-formencode']: ensure => installed, require => Apt::Ppa['ppa:ondrej/php5'], }