From 39d0304ab43b5af93ec617766d65d978058e92c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Sat, 23 Jan 2021 16:46:09 +0100 Subject: [PATCH] Update the akkounts-1 node after Chef run --- nodes/akkounts-1.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodes/akkounts-1.json b/nodes/akkounts-1.json index 27dd090..1f606a0 100644 --- a/nodes/akkounts-1.json +++ b/nodes/akkounts-1.json @@ -12,11 +12,13 @@ "hostname": "akkounts-1", "ipaddress": "192.168.122.160", "roles": [ + "postgresql_client", "akkounts" ], "recipes": [ "kosmos-base", "kosmos-base::default", + "kosmos-postgresql::hostsfile", "kosmos-akkounts", "kosmos-akkounts::default", "kosmos-akkounts::nginx", @@ -71,4 +73,4 @@ "recipe[kosmos-base]", "role[akkounts]" ] -} \ No newline at end of file +}