blob: 8b0eba93ea5a1eceb12487af483c6ef5c9c159c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Common utilities for web
class utils::web {
package { [ 'ffmpeg', 'flvtool2', 'curl', 'rake',
'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev',
'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev' ]:
ensure => installed,
}
include utils::storage::archive
}
|