Saltstack Official Apache Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
220B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=sls
  3. include:
  4. - .install
  5. - .mod_rewrite
  6. - .mod_proxy
  7. - .mod_headers
  8. {%- if 'osfinger' in grains and grains.osfinger not in ('Amazon Linux-2',) %}
  9. - .mod_geoip
  10. {%- endif %}