Browse Source

Reference deployment_type instead of hardcoding origin

Pep Turró Mauri 9 years ago
parent
commit
8f951b8d45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -56,7 +56,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
         "nodes"   => ["node1", "node2"],
       }
       ansible.extra_vars = {
-        openshift_deployment_type: "origin",
+        openshift_deployment_type: deployment_type,
       }
       ansible.playbook = "playbooks/byo/config.yml"
     end