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
diff --git a/README.md b/README.md
index 81cfce5..80d6e58 100644
--- a/README.md
+++ b/README.md
@@ -89,16 +89,16 @@ Will get you the public IP of the web interface.
89#### Typical SSL Workflow for Self Signed Keys:89#### Typical SSL Workflow for Self Signed Keys:
9090
91 juju deply nagios central-monitor91 juju deply nagios central-monitor
92 juju set central-monitor ssl=on92 juju config central-monitor ssl=on
9393
9494
95If you purchased keys from a certificate authority:95If you purchased keys from a certificate authority:
9696
97 juju deply nagios central-monitor97 juju deply nagios central-monitor
98 juju set central-monitor ssl_cert=`base64 mykey.pem`98 juju config central-monitor ssl_cert=`base64 mykey.pem`
99 juju set central-monitor ssl_key=`base64 mykey.key`99 juju config central-monitor ssl_key=`base64 mykey.key`
100 juju set central-monitor ssl_chain=`base64 mykey.csr`100 juju config central-monitor ssl_chain=`base64 mykey.csr`
101 juju set central-monitor ssl=on101 juju config central-monitor ssl=on
102102
103103
104### Known Issues / Caveates104### Known Issues / Caveates

Subscribers

People subscribed via source and target branches

to all changes: