Set up the hosts entry for the new LDAP server

This commit is contained in:
Greg 2022-05-10 11:50:49 +02:00
parent b869002c1a
commit 907706d1d2
2 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,4 @@ depends "firewall"
depends "kosmos-nginx" depends "kosmos-nginx"
depends "kosmos_postgresql" depends "kosmos_postgresql"
depends "backup" depends "backup"
depends "kosmos-dirsrv"

View File

@ -3,6 +3,8 @@
# Recipe:: default # Recipe:: default
# #
include_recipe "kosmos-dirsrv::hostsfile"
working_directory = node["kosmos_gitea"]["working_directory"] working_directory = node["kosmos_gitea"]["working_directory"]
git_home_directory = "/home/git" git_home_directory = "/home/git"
repository_root_directory = "#{git_home_directory}/gitea-repositories" repository_root_directory = "#{git_home_directory}/gitea-repositories"