diff options
author | Pep TurrĂ³ Mauri <pep@redhat.com> | 2015-08-03 16:40:06 +0200 |
---|---|---|
committer | Pep TurrĂ³ Mauri <pep@redhat.com> | 2015-08-03 17:48:15 +0200 |
commit | e438f0c19e86241e11853970aa7e94e90c5fffeb (patch) | |
tree | b5562060802f39c352428f9a283d7bc3a28a493d /Vagrantfile | |
parent | 3548472edd08d09fafcb236790a44bcf31aa5f03 (diff) | |
download | openshift-e438f0c19e86241e11853970aa7e94e90c5fffeb.tar.gz openshift-e438f0c19e86241e11853970aa7e94e90c5fffeb.tar.bz2 openshift-e438f0c19e86241e11853970aa7e94e90c5fffeb.tar.xz openshift-e438f0c19e86241e11853970aa7e94e90c5fffeb.zip |
Use deployment_type, not openshift_deployment_type
This seems to be what's used in other places
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
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 |