From 0da1077d51ad6d298700671da4bfd0565d722b99 Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 29 Jun 2015 11:44:04 -0400 Subject: [PATCH] Vagrantfile: Add surveil bash completion Change-Id: I1f294cdfca0fb718047911eec4eb44fabbdead73 --- contrib/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/Vagrantfile b/contrib/Vagrantfile index 1b47df6..48a0604 100644 --- a/contrib/Vagrantfile +++ b/contrib/Vagrantfile @@ -22,6 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provision :shell, :inline => "sleep 10" config.vm.provision :shell, :inline => "surveil-init --influxdb" config.vm.provision :shell, :inline => "surveil-webui-init -H localhost -U root -P root -p 8086 -g 'http://localhost:3000/grafana'" + config.vm.provision :shell, :inline => "echo 'source /etc/bash_completion.d/surveil' >> /home/vagrant/.bashrc" # Show IP config.vm.provision :shell, :inline => "ip addr | grep 'inet 192.168.'"