Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cinterloper committed Apr 15, 2016
1 parent dd8b530 commit 312cf17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.MD
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)

0 comments on commit 312cf17

Please sign in to comment.