Gentoo package names contain a category with a "/" delimitor.

This will make state names play nicely with gentoo.
This commit is contained in:
Mark Gomersbach 2018-10-09 14:43:06 +02:00
parent f6857bb027
commit 19fb0d3f1d
No known key found for this signature in database
GPG Key ID: B5171AF93EC64F16

View File

@ -81,7 +81,7 @@ php_install_{{ state }}:
{% for pkg in specials %} {% for pkg in specials %}
php_install_{{ state }}_{{ pkg.get('name') }}: php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}:
pkg.installed: pkg.installed:
{{ sls_block(pkg) }} {{ sls_block(pkg) }}