diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 17:17:53 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 17:17:53 -0700 |
| commit | cfa920431bd31ac2e619e32b672f41cfd382ecf5 (patch) | |
| tree | 9f59137e080b219f00c251d92d28b79875444551 /salt/openbook/ansible/files | |
| parent | 924140c06b24e7c981bdc9c2c5c24cac3cb05a45 (diff) | |
Add support to build the database only
Issue: IS-37
Diffstat (limited to 'salt/openbook/ansible/files')
| -rw-r--r-- | salt/openbook/ansible/files/inventory_json.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
