Merge ~cjohnston/charm-nagios:lp1939042 into charm-nagios:master

Proposed by Chris Johnston
Status: Merged
Approved by: James Troup
Approved revision: 3479e7e7aac5fa6efd8db11766858bccd33fc14f
Merged at revision: 28481b6529d6c6699f65f5a279d93e99f26c6586
Proposed branch: ~cjohnston/charm-nagios:lp1939042
Merge into: charm-nagios:master
Diff against target: 26 lines (+5/-5)
1 file modified
README.md (+5/-5)
Reviewer Review Type Date Requested Status
BootStack Reviewers Pending
BootStack Reviewers Pending
Review via email: mp+406728@code.launchpad.net

Commit message

Update `juju set` command references to `juju config`.

LP: #1939042

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 28481b6529d6c6699f65f5a279d93e99f26c6586

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/README.md b/README.md
2index 81cfce5..80d6e58 100644
3--- a/README.md
4+++ b/README.md
5@@ -89,16 +89,16 @@ Will get you the public IP of the web interface.
6 #### Typical SSL Workflow for Self Signed Keys:
7
8 juju deply nagios central-monitor
9- juju set central-monitor ssl=on
10+ juju config central-monitor ssl=on
11
12
13 If you purchased keys from a certificate authority:
14
15 juju deply nagios central-monitor
16- juju set central-monitor ssl_cert=`base64 mykey.pem`
17- juju set central-monitor ssl_key=`base64 mykey.key`
18- juju set central-monitor ssl_chain=`base64 mykey.csr`
19- juju set central-monitor ssl=on
20+ juju config central-monitor ssl_cert=`base64 mykey.pem`
21+ juju config central-monitor ssl_key=`base64 mykey.key`
22+ juju config central-monitor ssl_chain=`base64 mykey.csr`
23+ juju config central-monitor ssl=on
24
25
26 ### Known Issues / Caveates

Subscribers

People subscribed via source and target branches

to all changes: