aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-06-08 14:54:06 +0000
committerMichael Scherer <misc@mageia.org>2011-06-08 14:54:06 +0000
commit21a1caa4895e0fd015f88e600e8e563a112bbafc (patch)
treefb34f8af3f1230adf7130395b8f3fe208b36b3cb /modules/git
parent581816325a409a59f50930e496041f006bee169d (diff)
downloadpuppet-21a1caa4895e0fd015f88e600e8e563a112bbafc.tar
puppet-21a1caa4895e0fd015f88e600e8e563a112bbafc.tar.gz
puppet-21a1caa4895e0fd015f88e600e8e563a112bbafc.tar.bz2
puppet-21a1caa4895e0fd015f88e600e8e563a112bbafc.tar.xz
puppet-21a1caa4895e0fd015f88e600e8e563a112bbafc.zip
enable ipv6 for git
Diffstat (limited to 'modules/git')
-rw-r--r--modules/git/templates/xinetd1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/git/templates/xinetd b/modules/git/templates/xinetd
index fca29051..2cbf78e3 100644
--- a/modules/git/templates/xinetd
+++ b/modules/git/templates/xinetd
@@ -9,5 +9,6 @@ service git
user = nobody
server_args = --inetd --verbose --export-all --base-path=<%= git_base_path %>
log_on_failure += HOST
+ flags = IPv6
}