Saltstack Official Nginx Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
215B

  1. {% set nginx = salt['grains.filter_by']({
  2. 'Debian': {
  3. 'apache_utils': 'apache2-utils',
  4. },
  5. 'RedHat': {
  6. 'apache_utils': 'httpd-tools',
  7. },
  8. }, merge=salt['pillar.get']('nginx:lookup')) %}