From 5475af87c35229907825e0ec552cf619b0c222cb Mon Sep 17 00:00:00 2001 From: Ciaby Date: Sat, 4 Oct 2014 02:14:39 -0500 Subject: [PATCH] Added python-dateutil package. --- modules/rhizomatica_base_system/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/rhizomatica_base_system/manifests/init.pp b/modules/rhizomatica_base_system/manifests/init.pp index 9c2a730..827f186 100644 --- a/modules/rhizomatica_base_system/manifests/init.pp +++ b/modules/rhizomatica_base_system/manifests/init.pp @@ -277,7 +277,8 @@ 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-formencode', 'python-unidecode']: + 'python-yaml', 'python-formencode', 'python-unidecode', + 'python-dateutil']: ensure => installed, require => Apt::Ppa['ppa:ondrej/php5'], }