0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2025-02-17 16:14:24 +01:00

Fixed a typo

This commit is contained in:
zajk 2015-05-12 15:48:22 +02:00
parent 39852a86df
commit 818c709f17

View File

@ -9,7 +9,7 @@
sysctl-present-{{ param.name }}:
sysctl.present:
- name: {{ param.name }}
- value: {{ param.version }}
- value: {{ param.value }}
{% if param.config is defined %}
- config: {{ sysctl_settings.config.location }}/{{ param.config }}
{% endif %}