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:
parent
39852a86df
commit
818c709f17
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user