mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-26 23:22:17 +00:00
remove unnecessary service start
This commit is contained in:
parent
85c22d940c
commit
e6ec3cb571
1 changed files with 0 additions and 2 deletions
2
salt/Vagrantfile
vendored
2
salt/Vagrantfile
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue