From ee78de58d78a525b1e57100df2de7a2883d9818d Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Nov 16 2017 23:11:35 +0000 Subject: [ci-skip] improve README: - add Pipeline status badge - add openSUSE Heroes badge - fix/improve the debug command --- diff --git a/README.md b/README.md index 97d7c6e..aede821 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ + [![pipeline status](https://gitlab.infra.opensuse.org/infra/salt/badges/production/pipeline.svg)](https://gitlab.infra.opensuse.org/infra/salt/commits/production) + Documentation at the [openSUSE-admin progress.o.o wiki](https://progress.opensuse.org/projects/opensuse-admin-wiki/wiki) -debugging salt on your client (the machine running the salt-minion) via: +Debugging salt on your client (the machine running the salt-minion) via: + +`salt-call state.apply -l debug test=True` - ```salt-call --master=salt.suse.de state.highstate -l info test=True``` - ...and remember to have a lot of fun! :-)