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