summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 20cf0b5bd..4675b5d60 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -83,7 +83,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"nodes" => ["master", "node1", "node2"],
}
ansible.extra_vars = {
- openshift_deployment_type: deployment_type,
+ deployment_type: deployment_type,
}
ansible.playbook = "playbooks/byo/vagrant.yml"
end