From 6816d568a134eb9f6560c0acf0772ef1294af016 Mon Sep 17 00:00:00 2001 From: Roland Pienaar Date: Wed, 4 Apr 2018 16:40:14 +0200 Subject: [PATCH] (misc) Release 0.0.8 --- CHANGELOG.md | 2 ++ puppet/README.md | 15 +++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0eeab0..465b688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2018/04/04| |Release 0.0.8 | +|2018/04/04|71 |Ensure the service restarts correctly when managed by Puppet | |2018/01/29| |Release 0.0.7 | |2018/01/29|65 |Correctly list advisory target modes in the puppet module as `source` and `target` | |2018/01/29| |Release 0.0.6 | diff --git a/puppet/README.md b/puppet/README.md index 1e1c728..872e2d4 100644 --- a/puppet/README.md +++ b/puppet/README.md @@ -8,16 +8,19 @@ The Choria NATS Stream Replicator is a tool to replicate a topic from one NATS S The module installs, configures and manages the associated services. -In order to install the package you have to add the Choria YUM repository to your system, in future there will be a `choria` module to do this for you. +In order to install the package you have to add the Choria YUM repository to your system, the `choria/choria` module can do this, you can also arrange for it to be installed on your own as below: ```ini -[choria] -name=Choria Orchestrator - $architecture -baseurl=https://dl.bintray.com/choria/el-yum/el$releasever/$basearch +[choria_release] +name=choria_release +baseurl=https://packagecloud.io/choria/release/el/$releasever/$basearch +repo_gpgcheck=1 gpgcheck=0 -repo_gpgcheck=0 enabled=1 -protect=1 +gpgkey=https://packagecloud.io/choria/release/gpgkey +sslverify=1 +sslcacert=/etc/pki/tls/certs/ca-bundle.crt +metadata_expire=300 ``` ## Usage