Skip to content

Commit

Permalink
Don't use grains at all in mimetype handling
Browse files Browse the repository at this point in the history
Follow up to #707. Make sure we're using vm_name everywhere.
  • Loading branch information
Conor Schaefer committed Jun 9, 2021
1 parent 3096862 commit 4027ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom0/sd-mime-handling.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sd-private-volume-mimeapps-config-dir:
sd-private-volume-mimeapps-handling:
file.symlink:
- name: /home/user/.local/share/applications/mimeapps.list
- target: /opt/sdw/mimeapps.list.{{ grains['id'] }}
- target: /opt/sdw/mimeapps.list.{{ vm_name }}
- user: user
- group: user
- require:
Expand Down

0 comments on commit 4027ae4

Please sign in to comment.