Skip to content

Commit

Permalink
Update Vagrantfile to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Apr 20, 2017
1 parent 29d3848 commit 78ca7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vagrant.require_version ">= 1.6.0"
$cluster_id = ENV['KATO_CLUSTER_ID'] || 'vagrant-kato'
$node_cpus = ENV['KATO_NODE_CPUS'] || 2
$node_memory = ENV['KATO_NODE_MEMORY'] || 4096
$kato_version = ENV['KATO_VERSION'] || 'v0.1.0'
$kato_version = ENV['KATO_VERSION'] || 'v0.1.1'
$coreos_channel = ENV['KATO_COREOS_CHANNEL'] || 'stable'
$coreos_version = ENV['KATO_COREOS_VERSION'] || 'current'
$domain = ENV['KATO_DOMAIN'] || 'cell-1.dc-1.kato'
Expand Down

0 comments on commit 78ca7d0

Please sign in to comment.