Merge ~pwlars/revcache/+git/revcache-charm:overwrite-vhost into ~canonical-hw-cert/revcache/+git/revcache-charm:master

Proposed by Paul Larson
Status: Merged
Approved by: Paul Larson
Approved revision: 84911df279ff9a9dfa6c19dabd11f30663ba1320
Merged at revision: f74fb409bd49675f8976518d009db6032c1c3bbe
Proposed branch: ~pwlars/revcache/+git/revcache-charm:overwrite-vhost
Merge into: ~canonical-hw-cert/revcache/+git/revcache-charm:master
Diff against target: 13 lines (+1/-1)
1 file modified
playbooks/revcache.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Maciej Kisielewski (community) Approve
Review via email: mp+367290@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Maciej Kisielewski (kissiel) wrote :

LGTM, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/playbooks/revcache.yaml b/playbooks/revcache.yaml
2index 3f6b360..872bc35 100644
3--- a/playbooks/revcache.yaml
4+++ b/playbooks/revcache.yaml
5@@ -144,7 +144,7 @@
6 - config-changed
7
8 - name: Get vhost config file (from config for juju1)
9- shell: echo -n "{{ config_vhost_file | b64decode }}" >> /etc/nginx/sites-enabled/revcache
10+ shell: echo -n "{{ config_vhost_file | b64decode }}" > /etc/nginx/sites-enabled/revcache
11 when: config_vhost_file != ""
12 tags:
13 - config-changed

Subscribers

People subscribed via source and target branches