aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/web.pp')
-rw-r--r--manifests/utils/web.pp18
1 files changed, 14 insertions, 4 deletions
diff --git a/manifests/utils/web.pp b/manifests/utils/web.pp
index e3e0b9f..cbce7d2 100644
--- a/manifests/utils/web.pp
+++ b/manifests/utils/web.pp
@@ -1,9 +1,19 @@
# Common utilities for web
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',
- 'apachetop' ]:
+ package { [
+ 'ffmpeg',
+ 'flvtool2',
+ 'rake',
+ 'libxml2',
+ 'libxml2-dev',
+ 'libxslt1-dev',
+ 'libmysqlclient-dev',
+ 'g++',
+ 'libcurl4-openssl-dev',
+ 'apache2-prefork-dev',
+ 'goaccess',
+ 'apachetop',
+ ]:
ensure => installed,
}
}