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