12948be193
It is not needed
12 lines
164 B
Ruby
12 lines
164 B
Ruby
#
|
|
# Cookbook:: kosmos_zerotier
|
|
# Recipe:: ohai_plugin
|
|
#
|
|
|
|
include_recipe "zerotier::ohai_plugin"
|
|
|
|
ohai "reload_zerotier" do
|
|
action :reload
|
|
plugin "zerotier"
|
|
end
|