From: Silvio Rhatto Date: Fri, 18 Apr 2014 00:54:46 +0000 (-0300) Subject: Adding onion::git X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f72f5062a3bae9c3c4ebb5841cb568743ace5948;p=puppet-onion.git Adding onion::git --- diff --git a/manifests/git.pp b/manifests/git.pp new file mode 100644 index 0000000..7d420fc --- /dev/null +++ b/manifests/git.pp @@ -0,0 +1,7 @@ +class onion::git { + tor::daemon::hidden_service { 'git': + ports => [ "9418 127.0.0.1:9418" ], + data_dir => "${tor::daemon::data_dir}/hidden", + ensure => present, + } +}