forked from hartmantis/clamav-chef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
24 lines (21 loc) · 792 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Encoding: UTF-8
name 'clamav'
maintainer 'Jonathan Hartman'
maintainer_email '[email protected]'
license 'Apache v2.0'
description 'Installs/configures ClamAV'
long_description 'Installs/configures ClamAV'
version '1.2.1'
depends 'logrotate', '~> 1.0'
depends 'yum', '~> 3.0'
depends 'yum-epel', '~> 0.2'
depends 'apt', '~> 2.1'
# Note that a breaking bug was introduced in 1.3.10 and fixed in 1.3.12, but
# we really don't want a ">=" cookbook dep situation here
depends 'cron', '~> 1.2'
supports 'ubuntu'
supports 'debian'
supports 'redhat', '>= 5.0'
supports 'centos', '>= 5.0'
supports 'scientific', '>= 5.0'
supports 'amazon', '>= 5.0'