Saltstack Official Apache 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.

13 satır
192B

  1. include:
  2. - apt
  3. {% if grains['os']=="Ubuntu" %}
  4. a2enmod rewrite:
  5. cmd.run:
  6. - unless: ls /etc/apache2/mods-enabled/rewrite.load
  7. - watch_in:
  8. - cmd: apache-restart
  9. {% endif %}