From: Silvio Rhatto Date: Mon, 21 Sep 2015 18:19:12 +0000 (-0300) Subject: Do not depend on pear X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c6fa267f576ea070bd69bc411800e6fc5c0d5cb3;p=puppet-drupal.git Do not depend on pear --- diff --git a/manifests/init.pp b/manifests/init.pp index 9f283a7..7f74cb8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,