9 lines
166 B
Ruby
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"
|