]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Adding php5-imagick package
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Jun 2010 02:12:42 +0000 (23:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Jun 2010 02:12:42 +0000 (23:12 -0300)
manifests/init.pp

index faf94ca6db3f95b9c4037f02f37424ead5f5b173..850f253c10ed93ebe7c76ecfdef38d905e0660e0 100644 (file)
@@ -10,7 +10,7 @@ class drupal inherits pear {
   }
 
   # Needed packages
-  package { [ "drush", "php5-gd" ]:
+  package { [ "drush", "php5-gd", "php5-imagick" ]:
       ensure => installed,
   }