In order to test git protocol, we need to have git port(9418) open on git7site.
BTW, for some reason git-daemon was not installed there.
halstead helped me to figure out this.
In order to test git protocol, we need to have git port(9418) open on git7site.
BTW, for some reason git-daemon was not installed there.
halstead helped me to figure out this.
Comments
Comment #1
halstead commentedOpening port 9418 could be added to /etc/firewall.d/49git or put in its own 55gitdaemon file.
We also might want to change /etc/xinetd.d/git-daemon to contain the correct IP address for git7site.
Comment #2
drummI committed a fix for /etc/xinetd.d/git-daemon to Puppet. The file now follows the select-by-fqdn pattern.
Comment #3
drumm