Skip to content

Commit

Permalink
add CHARM_LOCATION
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Apr 11, 2024
1 parent dbb7d0b commit c70fde3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tests/functional/tests/bundles/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ applications:
nrpe:
charm: nrpe

duplicity:
charm: /tmp/charm-builds/duplicity
options:
backend: file
remote_backup_url: 'file:///home/ubuntu/somedir'
disable_encryption: True

relations:
- - ubuntu
- duplicity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
applications:
{{ charm_name }}:
charm: "{{ CHARM_LOCATION }}/{{ charm_name }}.charm"
options:
backend: file
remote_backup_url: 'file:///home/ubuntu/somedir'
disable_encryption: True

0 comments on commit c70fde3

Please sign in to comment.