Fixed a typo

This commit is contained in:
zajk 2015-05-12 15:48:22 +02:00
parent 39852a86df
commit 818c709f17
1 changed files with 1 additions and 1 deletions

View File

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