From: Silvio Rhatto Date: Wed, 9 Feb 2011 19:34:03 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=69fbabd3f4d07d1380994f76f044f918083ffc88;p=puppet-nodo.git Minor fix --- diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 7a2a0f4..ca08c6c 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', 'curl', 'rake' + package { [ 'ffmpeg', 'flvtool2', 'curl', 'rake', 'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev', 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev' ]: ensure => installed,