2020-08-02 16:08:29 +00:00
|
|
|
copy the install addon script:
|
|
|
|
file.managed:
|
|
|
|
- name: {{ salt['user.info']( pillar['username'] ).home }}/bin/install_firefox_addon
|
|
|
|
- source: salt://files/install_firefox_addon
|
2020-08-03 08:19:23 +00:00
|
|
|
- template: jinja
|
2020-08-02 16:08:29 +00:00
|
|
|
- user: {{ pillar['username'] }}
|
|
|
|
- group: users
|
|
|
|
- mode: "0755"
|