aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog')
-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 a495b66d..e63775e2 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']:
+ package { ['wget','php-mysql','unzip']:
ensure => installed
}