From: Silvio Rhatto Date: Tue, 8 Feb 2011 17:50:52 +0000 (-0200) Subject: Adding php5-ffmpeg and php5-curl X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ee9a5c97c4cc5c8d841fc72e050fc7ab72d1732f;p=puppet-php.git Adding php5-ffmpeg and php5-curl --- diff --git a/manifests/init.pp b/manifests/init.pp index 7c77b04..714c0bc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,7 +20,7 @@ class php { include pear # The needed packages - package { [ "php5", "php5-mysql", "php5-cli" ]: + package { [ "php5", "php5-mysql", "php5-cli", "php5-ffmpeg", "php5-curl" ]: ensure => installed, }