-
-
Notifications
You must be signed in to change notification settings - Fork 538
Expand file tree
/
Copy pathmetadata.rb
More file actions
21 lines (19 loc) · 624 Bytes
/
metadata.rb
File metadata and controls
21 lines (19 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name 'apache2'
source_url 'https://github.com/sous-chefs/apache2'
issues_url 'https://github.com/sous-chefs/apache2/issues'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
chef_version '>= 15.3'
license 'Apache-2.0'
description 'Installs and configures apache2'
version '9.3.11'
depends 'yum-epel'
supports 'almalinux', '>= 8.0'
supports 'amazon', '>= 2023.0'
supports 'centos_stream', '>= 9.0'
supports 'debian', '>= 12.0'
supports 'fedora'
supports 'opensuseleap', '>= 15.0'
supports 'oracle', '>= 8.0'
supports 'rocky', '>= 8.0'
supports 'ubuntu', '>= 22.04'