Update the postgres-3 node after Chef run

This commit is contained in:
Greg 2021-01-23 19:25:49 +01:00
parent 7ce8b7d461
commit b1fea4b09f
1 changed files with 6 additions and 2 deletions

View File

@ -12,11 +12,14 @@
"hostname": "postgres-3", "hostname": "postgres-3",
"ipaddress": "192.168.122.96", "ipaddress": "192.168.122.96",
"roles": [ "roles": [
"postgresql_replica"
], ],
"recipes": [ "recipes": [
"kosmos-base", "kosmos-base",
"kosmos-base::default", "kosmos-base::default",
"kosmos-postgresql::hostsfile",
"kosmos-postgresql::replica",
"kosmos-postgresql::firewall",
"apt::default", "apt::default",
"timezone_iii::default", "timezone_iii::default",
"timezone_iii::debian", "timezone_iii::debian",
@ -47,6 +50,7 @@
} }
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]" "recipe[kosmos-base]",
"role[postgresql_replica]"
] ]
} }