dotfiles/salt/states/firefox.sls

9 lines
282 B
Plaintext
Raw Normal View History

copy the install addon script:
file.managed:
- name: {{ salt['user.info']( pillar['username'] ).home }}/bin/install_firefox_addon
- source: salt://files/install_firefox_addon
- template: jinja
- user: {{ pillar['username'] }}
- group: users
- mode: "0755"