Move tor-full to site cookbooks

This commit is contained in:
2019-09-02 12:23:50 +02:00
parent 0d20cddbf5
commit c493602d1e
15 changed files with 815 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
name 'tor-full'
maintainer 'Richard Klafter'
maintainer_email 'rpklafter@yahoo.com'
license 'MIT'
description 'Installs/Configures tor'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
supports 'ubuntu'
supports 'debian'
supports 'rhel'
supports 'fedora'
version '0.2.0'
depends 'apt'
depends 'yum'