Skip to content
Tom Herbers edited this page Jun 3, 2020 · 3 revisions

Welcome to the salt wiki!

Deploy

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.

git config core.sharedRepository group
chmod g+s `find salt -type d`
Clone this wiki locally