-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathmetadata.rb
More file actions
22 lines (20 loc) · 624 Bytes
/
metadata.rb
File metadata and controls
22 lines (20 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name 'openldap'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs and configures OpenLDAP (slapd) an open source implementation of LDAP.'
version '6.1.8'
source_url 'https://github.com/sous-chefs/openldap'
issues_url 'https://github.com/sous-chefs/openldap/issues'
chef_version '>= 15.3'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'freebsd'
supports 'opensuse'
supports 'oracle'
supports 'redhat'
supports 'scientific'
supports 'ubuntu'
depends 'dpkg_autostart'