From 312cf173a144c087dfa96e79219ae4b7e7aadf1b Mon Sep 17 00:00:00 2001 From: "grant@iowntheinter.net" Date: Fri, 15 Apr 2016 09:41:20 -0700 Subject: [PATCH] update --- README.MD | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.MD b/README.MD index 43f0458..cb19fc9 100644 --- a/README.MD +++ b/README.MD @@ -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) \ No newline at end of file