Skip to content

Commit

Permalink
changed metric file path to match maas data path for snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ElineMaaikedeWeerd committed Aug 25, 2023
1 parent 471bef7 commit 96661fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all/01-maas
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maas_snap_channel: "stable" # if using snap, then the channel. ie: stable, b
maas_deb_state: "present" # if using deb, the state for install
maas_state: "install" # whether to install, or upgrade maas

maas_installmetric_file: "{{ '/var/snap/maas/common' if maas_installation_type | lower == 'snap' else '/var/lib/maas' }}/.ansible"
maas_installmetric_file: "{{ '/var/snap/maas/common/maas' if maas_installation_type | lower == 'snap' else '/var/lib/maas' }}/.ansible"
maas_secret_file: "{{ '/var/snap/maas/common' if maas_installation_type | lower == 'snap' else '/var/lib' }}/maas/secret"

proxy_env:
Expand Down

0 comments on commit 96661fe

Please sign in to comment.