From: Silvio Rhatto Date: Mon, 21 Sep 2015 18:19:33 +0000 (-0300) Subject: Do not depend on pear X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a6f2ab33d9db49ec94d02d4d9ad1daa4c1a01f0b;p=puppet-php.git Do not depend on pear --- diff --git a/manifests/init.pp b/manifests/init.pp index 55c1b14..83c99fc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,8 +17,6 @@ # along with this program. If not, see . class php { - include pear - # The needed packages: we could also try libapache2-mod-php5filter package { [ 'php5', 'php5-mysql', 'php5-cli', 'php5-curl', 'php5-gmp', 'libapache2-mod-php5' ]: ensure => installed,