Update hostsfile and add zerotier cookbook

This commit is contained in:
Greg Karékinian
2021-01-22 18:27:45 +01:00
parent 9a4420fc11
commit 511400a7b8
26 changed files with 2184 additions and 707 deletions

View File

@@ -0,0 +1,15 @@
name 'zerotier'
maintainer 'Grant Limberg'
maintainer_email 'grant.limberg@zerotier.com'
license 'GPL v3'
description 'Installs/Configures ZeroTier'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.7'
issues_url 'https://github.com/zerotier/chef-zerotier/issues' if respond_to?(:issues_url)
source_url 'https://github.com/zerotier/chef-zerotier' if respond_to?(:source_url)
%w(redhat centos amazon ubuntu debian).each do |os|
supports os
end
depends 'ohai'