chef/site-cookbooks/tor-full/recipes/relay.rb

9 lines
166 B
Ruby

#
# Author:: Richard Klafter <rpklafter@yahoo.com>
# Cookbook Name:: tor
# Recipe:: relay
#
node.default['tor']['relay']['enabled'] = true
include_recipe "tor-full"