~landscape/landscape-bundles/trunk

« back to all changes in this revision

Viewing changes to landscape-template.jinja2

  • Committer: David Britton
  • Date: 2017-03-30 01:40:55 UTC
  • Revision ID: dpb@canonical.com-20170330014055-4j36zuksozsq1p86
- Add proof target that calls charm proof on every built bundle
- Add proof to ci-test
- Fix template to write out string placement
  (try without to see proof error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        charm: cs:xenial/haproxy-41
50
50
        {% if haproxy["to"] %}
51
51
        to:
52
 
            - {{ haproxy["to"] }}
 
52
            - "{{ haproxy["to"] }}"
53
53
        {% endif %}
54
54
        expose: True
55
55
        num_units: 1