From: Silvio Rhatto Date: Mon, 4 Nov 2013 14:46:23 +0000 (-0200) Subject: Adding goaccess into nodo::utils::web X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c12b646ef714dcc76cc22b4d9ec3fd922b38a4e6;p=puppet-nodo.git Adding goaccess into nodo::utils::web --- diff --git a/manifests/utils/web.pp b/manifests/utils/web.pp index fc2c359..fe8805a 100644 --- a/manifests/utils/web.pp +++ b/manifests/utils/web.pp @@ -2,7 +2,7 @@ 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' ]: + 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev', 'goaccess' ]: ensure => installed, } }