Archived
1
0
Fork 0

Use FQDN instead of relative domain in sync_ssh_keys

This commit is contained in:
Mercier Pierre-Olivier 2013-09-16 18:56:48 +02:00
commit 4649360306
2 changed files with 15 additions and 2 deletions

View file

@ -109,7 +109,7 @@ if ($0 =~ /^(?:.*\/)?sync_ssh_keys_(?:([a-zA-Z0-9]+)_)?([a-zA-Z0-9]+).pl$/) {
if ($service eq "git")
{
$Git::git_server = $2;
$Git::git_server = $2.".acu.epita.fr";
log INFO, "Start by syncing all users key...";