vagrant/chef/cookbooks/dhcpserver/metadata.rb (7 lines of code) (raw):
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
name 'dhcpserver'
maintainer 'Facebook'
maintainer_email 'pallotron@fb.com'
license 'All rights reserved'
description 'Installs/Configures isc-dhcp-server'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'