Skip to content

Commit 67e3452

Browse files
committed
Rename version var to rancher_version
1 parent ee2cb83 commit 67e3452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Vagrant.configure(2) do |config|
2828
end
2929
server.vm.network x.fetch('net').fetch('network_type'), ip: x.fetch('ip').fetch('server') , nic_type: $private_nic_type
3030
server.vm.hostname = "server-01"
31-
server.vm.provision "shell", path: "scripts/configure_rancher_server.sh", args: [x.fetch('admin_password'), x.fetch('version'), x.fetch('k8s_version')]
31+
server.vm.provision "shell", path: "scripts/configure_rancher_server.sh", args: [x.fetch('admin_password'), x.fetch('rancher_version'), x.fetch('k8s_version')]
3232

3333
end
3434

vagrant/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
admin_password: admin
2-
version: v2.4.8
2+
rancher_version: v2.4.8
33
ROS_version: 1.5.1
44
# Empty defaults to latest non-experimental available
55
k8s_version: ""

0 commit comments

Comments
 (0)