remove unnecessary service start

This commit is contained in:
John Bowdre 2023-03-23 18:39:17 -05:00
parent 85c22d940c
commit e6ec3cb571

2
salt/Vagrantfile vendored
View file

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