From e6ec3cb5714b6ea58c997ec77d75f58a8d5199cc Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 23 Mar 2023 18:39:17 -0500 Subject: [PATCH] remove unnecessary service start --- salt/Vagrantfile | 2 -- 1 file changed, 2 deletions(-) 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 -