From 2bce497dc4ca353a2dc524645e2ed0487df2a9fd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 7 Dec 2010 23:08:42 -0200 Subject: Adding curl into utils::web --- manifests/subsystems/utils.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 61853fe..58bbca0 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -28,7 +28,7 @@ class utils::storage { # Common utilities for web class utils::web { - package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg' ]: + package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg', 'curl' ]: ensure => installed, } } -- cgit v1.2.3