From f8d52348f58c359871d76ea21e4f50730e3fdd74 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 18 Jun 2013 16:47:18 -0300 Subject: Adding nodo::utils::http --- manifests/utils/web.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/utils/web.pp') diff --git a/manifests/utils/web.pp b/manifests/utils/web.pp index 9c2cd71..a375a7e 100644 --- a/manifests/utils/web.pp +++ b/manifests/utils/web.pp @@ -1,6 +1,6 @@ # Common utilities for web -class nodo::utils::web { - package { [ 'ffmpeg', 'flvtool2', 'curl', 'rake', +class nodo::utils::web inherits nodo::utils::http { + package { [ 'ffmpeg', 'flvtool2', 'rake', 'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev', 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev' ]: ensure => installed, -- cgit v1.2.3