From f72f5062a3bae9c3c4ebb5841cb568743ace5948 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 17 Apr 2014 21:54:46 -0300 Subject: Adding onion::git --- manifests/git.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/git.pp 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, + } +} -- cgit v1.2.3