diff --git a/nodes/postgres-3.json b/nodes/postgres-3.json index 8bcb01b..71ee87f 100644 --- a/nodes/postgres-3.json +++ b/nodes/postgres-3.json @@ -12,11 +12,14 @@ "hostname": "postgres-3", "ipaddress": "192.168.122.96", "roles": [ - + "postgresql_replica" ], "recipes": [ "kosmos-base", "kosmos-base::default", + "kosmos-postgresql::hostsfile", + "kosmos-postgresql::replica", + "kosmos-postgresql::firewall", "apt::default", "timezone_iii::default", "timezone_iii::debian", @@ -47,6 +50,7 @@ } }, "run_list": [ - "recipe[kosmos-base]" + "recipe[kosmos-base]", + "role[postgresql_replica]" ] } \ No newline at end of file