From a14cd9a74f05d4ec589c3115a076f19c96f41b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 11 May 2022 16:22:11 +0200 Subject: [PATCH] New config for LDAP in Discourse --- site-cookbooks/kosmos_discourse/metadata.rb | 3 ++- site-cookbooks/kosmos_discourse/recipes/default.rb | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos_discourse/metadata.rb b/site-cookbooks/kosmos_discourse/metadata.rb index d8aa80e..1c2ac07 100644 --- a/site-cookbooks/kosmos_discourse/metadata.rb +++ b/site-cookbooks/kosmos_discourse/metadata.rb @@ -7,5 +7,6 @@ long_description 'Installs/Configures kosmos_discourse' version '0.1.0' chef_version '>= 14.0' -depends "kosmos-nginx" +depends 'kosmos-nginx' depends 'firewall' +depends 'kosmos-dirsrv' diff --git a/site-cookbooks/kosmos_discourse/recipes/default.rb b/site-cookbooks/kosmos_discourse/recipes/default.rb index a313f44..4515f91 100644 --- a/site-cookbooks/kosmos_discourse/recipes/default.rb +++ b/site-cookbooks/kosmos_discourse/recipes/default.rb @@ -3,6 +3,8 @@ # Recipe:: default # +include_recipe "kosmos-dirsrv::hostsfile" + package "docker-compose" deploy_path = "/opt/discourse"