-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathmetadata.rb
More file actions
26 lines (25 loc) · 637 Bytes
/
metadata.rb
File metadata and controls
26 lines (25 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name 'cron'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs cron'
version '7.0.30'
source_url 'https://github.com/sous-chefs/cron'
issues_url 'https://github.com/sous-chefs/cron/issues'
chef_version '>= 12.15'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'freebsd'
supports 'omnios'
supports 'opensuse'
supports 'opensuseleap'
supports 'oracle'
supports 'redhat'
supports 'scientific'
supports 'smartos'
supports 'solaris2'
supports 'suse'
supports 'ubuntu'
supports 'zlinux'