From ee9a5c97c4cc5c8d841fc72e050fc7ab72d1732f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 8 Feb 2011 15:50:52 -0200 Subject: Adding php5-ffmpeg and php5-curl --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3