added firefox state and pillar
This commit is contained in:
8
salt/pillars/firefox.sls
Normal file
8
salt/pillars/firefox.sls
Normal file
@@ -0,0 +1,8 @@
|
||||
firefox:
|
||||
addons:
|
||||
FoxyProxy Standard:
|
||||
url: https://addons.mozilla.org/firefox/downloads/latest/foxyproxy-standard/
|
||||
name: foxyproxy@eric.h.jung.xpi
|
||||
KeePassXC-Browser:
|
||||
url: https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/
|
||||
name: keepassxc-browser@keepassxc.org.xpi
|
@@ -15,3 +15,9 @@ repositories:
|
||||
enabled: True
|
||||
gpgautoimport: True
|
||||
refresh: True
|
||||
|
||||
firefox:
|
||||
addons:
|
||||
Okta Browser Plugin:
|
||||
url: https://addons.mozilla.org/firefox/downloads/latest/okta-browser-plugin/
|
||||
name: plugin@okta.com.xpi
|
||||
|
@@ -3,8 +3,10 @@ base:
|
||||
- packages
|
||||
- repositories
|
||||
- vim
|
||||
- firefox
|
||||
- hosts
|
||||
|
||||
{% if salt['file.file_exists']('hosts/{0}.sls'.format(grains.id)) %}
|
||||
'{{ grains.id }}':
|
||||
- hosts.{{ grains.id }}
|
||||
{% endif %}
|
||||
#{% if salt['file.file_exists']('hosts/{0}.sls'.format(grains.nodename)) %}
|
||||
# '{{ grains.nodename }}':
|
||||
# - hosts.{{ grains.nodename }}
|
||||
#{% endif %}
|
||||
|
Reference in New Issue
Block a user