diff --git a/salt/Vagrantfile b/salt/Vagrantfile index 0abd15f..57bf9af 100644 --- a/salt/Vagrantfile +++ b/salt/Vagrantfile @@ -34,7 +34,6 @@ Vagrant.configure("2") do |config| apt-get install curl vim -y curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io sh bootstrap-salt.sh -A 192.168.100.120 - systemctl start salt-minion SHELL end config.vm.define "minion02" do |minion02| @@ -69,4 +68,3 @@ Vagrant.configure("2") do |config| SHELL end end -