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.

10 satır
248B

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