Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
8 lines
295 B
Ruby
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'
|