blob: a375a7ea6f16010fa9fc128e16fbf66bb5d56aa5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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,
}
include nodo::utils::storage::archive
}
|