mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-17 10:10:29 +00:00
fix(installed.jinja): remove include
to prevent conflicting IDs
* Ends up with two `include:` lists when rendered * Close #188
This commit is contained in:
parent
39b4584d66
commit
cb11784768
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
|||
{% from "php/ng/map.jinja" import php with context %}
|
||||
{% from "php/ng/macro.jinja" import sls_block %}
|
||||
|
||||
include:
|
||||
- php.ng.deprecated
|
||||
|
||||
{% set pkginfo = php.lookup.pkgs.get(state) %}
|
||||
|
||||
{% set pkgs = [] %}
|
||||
|
|
Loading…
Add table
Reference in a new issue