From 2119c112437e70be6d8d0fd9d3ead1a2d8cd9a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 25 Sep 2020 16:29:01 +0200 Subject: [PATCH] Do not include kosmos-postgresql in kosmos-ejabberd default recipe It will install PostgreSQL, and we do not want that on the ejabberd server --- site-cookbooks/kosmos-ejabberd/recipes/default.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/site-cookbooks/kosmos-ejabberd/recipes/default.rb b/site-cookbooks/kosmos-ejabberd/recipes/default.rb index 6e60685..2a73cdb 100644 --- a/site-cookbooks/kosmos-ejabberd/recipes/default.rb +++ b/site-cookbooks/kosmos-ejabberd/recipes/default.rb @@ -24,8 +24,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -include_recipe "kosmos-postgresql" - ejabberd_credentials = data_bag_item("credentials", "ejabberd") ejabberd_version = node["kosmos-ejabberd"]["version"]