diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-04 12:52:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-04 12:52:49 -0200 |
commit | 4540250261ca050844245459d14b5e821b6c7c32 (patch) | |
tree | ecb96c46fc680b889703b0b1499c8165611e5e6b | |
parent | c12b646ef714dcc76cc22b4d9ec3fd922b38a4e6 (diff) | |
download | puppet-nodo-4540250261ca050844245459d14b5e821b6c7c32.tar.gz puppet-nodo-4540250261ca050844245459d14b5e821b6c7c32.tar.bz2 |
Adding apachetop into nodo::utils::web
-rw-r--r-- | manifests/utils/web.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/web.pp b/manifests/utils/web.pp index fe8805a..e3e0b9f 100644 --- a/manifests/utils/web.pp +++ b/manifests/utils/web.pp @@ -2,7 +2,8 @@ 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', 'goaccess' ]: + 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev', 'goaccess', + 'apachetop' ]: ensure => installed, } } |