Move dirsrv (LDAP) primary node to new VM #401

Merged
raucao merged 29 commits from new_ldap_server into master 2022-05-11 14:55:06 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit 7ffd3bbf73 - Show all commits

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"