Bladeren bron

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

This will make state names play nicely with gentoo.
tags/v0.34.0
Mark Gomersbach 6 jaren geleden
bovenliggende
commit
19fb0d3f1d
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      php/ng/installed.jinja

+ 1
- 1
php/ng/installed.jinja Bestand weergeven

@@ -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) }}


Laden…
Annuleren
Opslaan