Explorar el Código
Gentoo package names contain a category with a "/" delimitor.
This will make state names play nicely with gentoo.
tags/v0.34.0
Mark Gomersbach
hace 6 años
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
php/ng/installed.jinja
|
|
@@ -81,7 +81,7 @@ php_install_{{ state }}: |
|
|
|
|
|
|
|
{% for pkg in specials %} |
|
|
|
|
|
|
|
php_install_{{ state }}_{{ pkg.get('name') }}: |
|
|
|
php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}: |
|
|
|
pkg.installed: |
|
|
|
{{ sls_block(pkg) }} |
|
|
|
|