Saltstack Official Nginx Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
272B

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