Explorar o código

Reference deployment_type instead of hardcoding origin

Pep Turró Mauri %!s(int64=9) %!d(string=hai) anos
pai
achega
8f951b8d45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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