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

index 55c1b1435e9c1246b4961a745967a373d4fa65c6..83c99fc013230455aee5c5a605fa03015f3f392c 100644 (file)
@@ -17,8 +17,6 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 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,