From: Silvio Rhatto Date: Tue, 8 Feb 2011 17:51:54 +0000 (-0200) Subject: Package php5-ffmpeg moved to php module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=953ae8bd7495cdd2b17a16abd9ba679b896195c9;p=puppet-nodo.git Package php5-ffmpeg moved to php module --- diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index e2dde6d..7a2a0f4 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -28,9 +28,9 @@ class utils::storage { # Common utilities for web class utils::web { - package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg', 'curl', + package { [ 'ffmpeg', 'flvtool2', 'curl', 'rake' 'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev', - 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev', 'rake' ]: + 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev' ]: ensure => installed, } }