itchef/cookbooks/cpe_hosts/metadata.rb (14 lines of code) (raw):
# Copyright (c) Facebook, Inc. and its affiliates.
name 'cpe_hosts'
maintainer 'Facebook'
maintainer_email 'noreply@facebook.com'
license 'Apache-2.0'
description 'Manages the entries in the /etc/hosts file'
source_url 'https://github.com/facebook/IT-CPE/tree/master/itchef/'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
supports 'fedora'
supports 'ubuntu'
supports 'debian'
supports 'mac_os_x'
supports 'windows'
depends 'cpe_helpers'