Use FQDN instead of relative domain in sync_ssh_keys
This commit is contained in:
parent
4ced1e540e
commit
4649360306
2 changed files with 15 additions and 2 deletions
|
|
@ -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...";
|
||||
|
||||
|
|
|
|||
Reference in a new issue