summaryrefslogtreecommitdiff
path: root/inventory_json_unstable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'inventory_json_unstable.rb')
-rwxr-xr-xinventory_json_unstable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory_json_unstable.rb b/inventory_json_unstable.rb
index e4a5938..4a41f97 100755
--- a/inventory_json_unstable.rb
+++ b/inventory_json_unstable.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