summaryrefslogtreecommitdiff
path: root/manifests/git.pp
blob: 7d420fc9cf7d41857171fd94cb5ee1a0582ea7f2 (plain)
1
2
3
4
5
6
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,
  }
}