Add LDAP's Zerotier IP to the akkount server's hosts

This commit is contained in:
Greg 2022-04-28 12:11:04 +02:00
parent 1da5ef4979
commit 7ffd3bbf73
3 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@
"redis::default", "redis::default",
"backup::default", "backup::default",
"logrotate::default", "logrotate::default",
"kosmos-dirsrv::hostsfile",
"nodejs::npm", "nodejs::npm",
"nodejs::install", "nodejs::install",
"kosmos-nginx::default", "kosmos-nginx::default",

View File

@ -16,3 +16,4 @@ depends 'application_git'
depends "postgresql" depends "postgresql"
depends "kosmos_postgresql" depends "kosmos_postgresql"
depends "backup" depends "backup"
depends "kosmos-dirsrv"

View File

@ -22,6 +22,7 @@ package "libpq-dev"
include_recipe 'kosmos-nodejs' include_recipe 'kosmos-nodejs'
include_recipe "kosmos-redis" include_recipe "kosmos-redis"
include_recipe "kosmos-dirsrv::hostsfile"
npm_package "yarn" do npm_package "yarn" do
version "1.22.4" version "1.22.4"