diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-04 12:46:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-04 12:46:23 -0200 |
commit | c12b646ef714dcc76cc22b4d9ec3fd922b38a4e6 (patch) | |
tree | bf95bf7b67b7178737b9a5b3e36be4326f5eaea9 /manifests/utils/web.pp | |
parent | 96f0801e1b15361c9a275d83e3738bbc872bb93a (diff) | |
download | puppet-nodo-c12b646ef714dcc76cc22b4d9ec3fd922b38a4e6.tar.gz puppet-nodo-c12b646ef714dcc76cc22b4d9ec3fd922b38a4e6.tar.bz2 |
Adding goaccess into nodo::utils::web
Diffstat (limited to 'manifests/utils/web.pp')
-rw-r--r-- | manifests/utils/web.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } } |