blob: e3e0b9f99b7bfcc262cf4f3172e6f4bd0987c330 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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' ]:
ensure => installed,
}
}
|