diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/blog/manifests/init.pp | 2 |
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 } |