-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tom Herbers edited this page Jun 3, 2020
·
3 revisions
Welcome to the salt wiki!
Save all files as salt
Group on the salt master. This allows members of that group editing inside that folder. This way no root permissions are required.
cd /srv/
chown :salt -R salt
find salt -type d -exec chmod 2770 {} \;
find salt -type f -exec chmod 0660 {} \;
cd salt/
git config core.sharedRepository group