aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index dcfaa7f..d5d0591 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -9,8 +9,8 @@ class drupal inherits pear {
ensure => absent,
}
- # Drupal shell
- package { "drush":
+ # Needed packages
+ package { [ "drush", "php5-gd" ]:
ensure => installed,
}