-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd8b530
commit 312cf17
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
if you are using this as a library in your vertx enabled program, just read through resources/saltConnection.groovy | ||
write your own version of it, instead of launching this as a verticle/stand alone demo. | ||
|
||
|
||
everything you send into the salt event system gets prefixed by | ||
https://github.com/saltstack/salt/blob/develop/salt/netapi/rest_cherrypy/app.py#L2122 | ||
|
||
['salt', 'netapi', 'hook' .. ( the rest of your tags here) ] | ||
|
||
|
||
so generally you need to setup a salt reactor to catch them, unless you change the base in app.py (cherry) |