From cfa920431bd31ac2e619e32b672f41cfd382ecf5 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Fri, 8 Dec 2017 17:17:53 -0700 Subject: Add support to build the database only Issue: IS-37 --- salt/openbook/ansible/files/inventory_json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'salt/openbook/ansible/files/inventory_json.rb') diff --git a/salt/openbook/ansible/files/inventory_json.rb b/salt/openbook/ansible/files/inventory_json.rb index e4a5938..4a41f97 100644 --- a/salt/openbook/ansible/files/inventory_json.rb +++ b/salt/openbook/ansible/files/inventory_json.rb @@ -10,7 +10,7 @@ def doit() exit(1) end environ = "" - ["unstable", "develop", "stage", "master"].each do |env| + ["unstable_db", "unstable", "develop_db", "develop", "stage_db", "stage", "master_db", "master"].each do |env| if File.basename($0).include?(env) environ = env break -- cgit v1.3