mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-10 14:51:45 +00:00
9 lines
No EOL
254 B
Text
9 lines
No EOL
254 B
Text
{% if salt['grains.get']('os_family') == "RedHat" %}
|
|
{#
|
|
Installation of this PEAR module can be done by running
|
|
`pear install Net_IPv6` on RedHat based distros
|
|
#}
|
|
{% else %}
|
|
{% set state = 'net6' %}
|
|
{% include "php/installed.jinja" %}
|
|
{% endif %} |