Merge pull request #4 from zajk/master
Fixed a typo and added RedHat family to map.jinja
This commit is contained in:
commit
27a3ce6110
|
@ -10,6 +10,11 @@
|
|||
"config": {
|
||||
"location": '/etc/sysctl.d',
|
||||
}
|
||||
},
|
||||
'RedHat': {
|
||||
"config": {
|
||||
"location": '/etc/sysctl.conf',
|
||||
}
|
||||
}
|
||||
}, grain="os_family")
|
||||
%}
|
||||
|
|
|
@ -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