]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding goaccess into nodo::utils::web
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 4 Nov 2013 14:46:23 +0000 (12:46 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 4 Nov 2013 14:46:23 +0000 (12:46 -0200)
manifests/utils/web.pp

index fc2c359a067dbb28b16c3839bf0daf7bb4d61ca6..fe8805a3e16a863315ce102f95c285fb316929be 100644 (file)
@@ -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,
   }
 }