forked from sous-chefs/openldap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
19 lines (15 loc) · 709 Bytes
/
metadata.rb
File metadata and controls
19 lines (15 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name 'openldap'
maintainer 'Chef Software, Inc.'
maintainer_email 'cookbooks@chef.io'
license 'Apache-2.0'
description 'Installs and configures OpenLDAP (slapd) an open source implementation of LDAP.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.1.2'
recipe 'openldap::default', 'Install and configure OpenLDAP'
%w(ubuntu debian freebsd redhat centos scientific oracle opensuse).each do |os|
supports os
end
depends 'dpkg_autostart'
source_url 'https://github.com/chef-cookbooks/openldap'
issues_url 'https://github.com/chef-cookbooks/openldap/issues'
chef_version '>= 12.7' if respond_to?(:chef_version)