Documentation at the openSUSE-admin progress.o.o wiki
Debugging salt on your client (the machine running the salt-minion) via:
salt-call state.apply -l debug test=True
...and remember to have a lot of fun! :-)
_____ ____ _____ __ __
/ ___/____ _/ / /_/ ___// /_____ ______/ /__
\__ \/ __ `/ / __/\__ \/ __/ __ `/ ___/ //_/
___/ / /_/ / / /_ ___/ / /_/ /_/ / /__/ ,<
/____/\__,_/_/\__//____/\__/\__,_/\___/_/|_|
The general workflow should be to create a branch (either directly in this repository or in a clone), do your changes, commit and create a merge request for review. This gives other team members the possibility to notice and review your changes. It even sends out Emails, so other team members get aware of changes.
On the other side, we do not want to block anyone from being productive. So here are the general rules:
Merge requests that require a review: * changes that might affect a bigger amount of machines - especially, if this affects machines maintained by others * potentially dangerous stuff that might break existing setups
Merge requests that could be self-merged: * emergency updates fixing something that is already broken (think about a new Gateway IP as example) * typo fixes (includes whitespace fixes) * stuff that is interesting only for machines that the requester maintains * stuff that nobody was able to review for more than one week
This README.md file should be reviewed every quarter during a Heroes Meeting.