]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Do not depend on pear
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Sep 2015 18:19:12 +0000 (15:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Sep 2015 18:19:12 +0000 (15:19 -0300)
manifests/init.pp

index 9f283a7515afd8fd52dab650302048a33f11677a..7f74cb8321b4e83b18d5840a78e0986f99189c51 100644 (file)
@@ -3,8 +3,6 @@ class drupal(
   $sites_folder = '/var/sites',
   $www_folder = '/var/www/data'
 ) {
-  include pear
-
   # We use drupal source from upstream 
   package { "drupal6":
       ensure => absent,