aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/manifests/init.pp')
-rw-r--r--modules/blog/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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
}