Merge pull request #223 from myii/fix/ensure-map-data-directly-under-values

fix(_mapdata): ensure map data is directly under `values`
This commit is contained in:
Imran Iqbal 2021-01-14 21:26:42 +00:00 committed by GitHub
commit 7f297a593c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 3640 additions and 3653 deletions

View File

@ -6,9 +6,7 @@
{%- from tplroot ~ "/map.jinja" import php with context %}
{%- set _mapdata = {
"values": {
"php": php,
}
"values": php,
} %}
{%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}

View File

@ -2,7 +2,6 @@
# Amazon Linux AMI-2018
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# Amazon Linux-2
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# CentOS Linux-7
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# CentOS Linux-8
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# Debian-10
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# Debian-9
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# Fedora-30
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# Fedora-31
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# Leap-15
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# Ubuntu-16.04
---
values:
php:
apache2:
ini:
opts: {}

View File

@ -2,7 +2,6 @@
# Ubuntu-18.04
---
values:
php:
apache2:
ini:
opts: {}