[tor-commits] [dip/master] Fix typo in ldap host variable

hiro at torproject.org hiro at torproject.org
Mon Dec 9 14:42:42 UTC 2019


commit b4689eb43c73c44d88c174572d439950366a1a3f
Author: hiro <hiro at torproject.org>
Date:   Mon Dec 9 15:21:31 2019 +0100

    Fix typo in ldap host variable
---
 inventories/prod/group_vars/all.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventories/prod/group_vars/all.yml b/inventories/prod/group_vars/all.yml
index 8fa8e97..f25d011 100644
--- a/inventories/prod/group_vars/all.yml
+++ b/inventories/prod/group_vars/all.yml
@@ -7,4 +7,4 @@ ldapsync_filter: (supplementaryGid=TorProject)
 gitlab_storage_artifacts: torproject-dip-prod-gitlab-artifacts
 gitlab_storage_lfs: torproject-dip-prod-gitlab-lfs
 ldap_org: torproject
-ldap_host: db.torproject.orgs
+ldap_host: db.torproject.org





More information about the tor-commits mailing list