0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2026-05-09 19:01:06 +02:00

test a fix

This commit is contained in:
Garrett Marone 2015-12-04 11:58:17 -08:00
parent a9082ccfcd
commit 250d767a74

View File

@ -5,7 +5,7 @@
{% from "sysctl/map.jinja" import sysctl_settings with context %}
{% for param in sysctl_settings.get('params', {}) %}
{% if param is mapping %}
{% if param is maping %}
sysctl-present-{{ param.name }}:
sysctl.present:
- name: {{ param.name }}