Gentoo package names contain a category with a "/" delimitor.
This will make state names play nicely with gentoo.
This commit is contained in:
parent
f6857bb027
commit
19fb0d3f1d
@ -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) }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user