From a6f2ab33d9db49ec94d02d4d9ad1daa4c1a01f0b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 21 Sep 2015 15:19:33 -0300 Subject: Do not depend on pear --- manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) 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, -- cgit v1.2.3