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