mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-12-24 17:42:19 +00:00
manually enable salt-minion service on rocky9
This commit is contained in:
parent
cd1d0eb462
commit
6ac3b8ad19
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -75,6 +75,7 @@ EOF
|
|||
curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io
|
||||
# workaround for EL > 9 (https://github.com/saltstack/salt-bootstrap/issues/1903)
|
||||
sh bootstrap-salt.sh -A 192.168.100.120 -U -P -x python3 onedir
|
||||
systemctl enable salt-minion
|
||||
cat << EOF > /etc/salt/minion.d/grains.conf
|
||||
grains:
|
||||
roles:
|
||||
|
|
Loading…
Reference in a new issue