From: Silvio Rhatto Date: Wed, 8 Dec 2010 01:08:42 +0000 (-0200) Subject: Adding curl into utils::web X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2bce497dc4ca353a2dc524645e2ed0487df2a9fd;p=puppet-nodo.git Adding curl into utils::web --- 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, } }