Browse Source

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 years ago
parent
commit
19fb0d3f1d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      php/ng/installed.jinja

+ 1
- 1
php/ng/installed.jinja View File



{% 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…
Cancel
Save