From 48e50aca2229214fd5465d7faf1bd2908358c9ab Mon Sep 17 00:00:00 2001 From: rgnv Date: Thu, 12 Apr 2018 15:34:11 -0700 Subject: Fixed markdown for Spark hook --- docs/Hooks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Hooks.md b/docs/Hooks.md index 92ba9ed..b11570a 100644 --- a/docs/Hooks.md +++ b/docs/Hooks.md @@ -188,7 +188,7 @@ Note the channel name must be in quotes. The `ciscosparkdiff` hook posts config diffs to a [Cisco Spark](https://www.ciscospark.com/) space of your choice. It only triggers for `post_store` events. -You will need to manually install the `cisco_spark` gem on your system (see [cisco_spark-ruby](https://github.com/NGMarmaduke/cisco_spark-ruby) and generate either a [Bot or OAUTH access key](https://developer.ciscospark.com/apps.html), and retrieve the [Spark Space ID](https://developer.ciscospark.com/endpoint-rooms-get.html) +You will need to manually install the `cisco_spark` gem on your system (see [cisco_spark-ruby](https://github.com/NGMarmaduke/cisco_spark-ruby ) and generate either a [Bot or OAUTH access key](https://developer.ciscospark.com/apps.html), and retrieve the [Spark Space ID](https://developer.ciscospark.com/endpoint-rooms-get.html) ```shell gem install cisco_spark @@ -213,8 +213,8 @@ hooks: ciscospark: type: ciscosparkdiff events: [post_store] - accesskey: [SPARK_BOT_API_OR_OAUTH_KEY](https://developer.ciscospark.com/apps.html) - space: [SPARK_SPACE_ID](https://developer.ciscospark.com/endpoint-rooms-get.html) + accesskey: SPARK_BOT_API_OR_OAUTH_KEY + space: SPARK_SPACE_ID diff: false message: "%{node} %{group} %{model} updated https://git.intranet/network-changes/commit/%{commitref}" ``` -- cgit v1.2.1