chef/cookbooks/hostsfile/metadata.rb
2019-02-25 12:57:11 +01:00

8 lines
295 B
Ruby

name 'hostsfile'
maintainer 'Seth Vargo'
maintainer_email 'sethvargo@gmail.com'
license 'Apache 2.0'
description 'Provides an LWRP for managing the /etc/hosts file'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.4.5'