From 17020df433334f1e7924358af871138c325d3b89 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Mon, 20 Jun 2011 10:11:41 +0000 Subject: add 'php-ldap' in the package list (needed for plugins) --- modules/blog/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/manifests/init.pp') diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index e63775e2..cc3439e4 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -16,7 +16,7 @@ class blog { } class files-bots inherits base { - package { ['wget','php-mysql','unzip']: + package { ['wget','php-mysql','php-ldap','unzip']: ensure => installed } -- cgit v1.2.1