nsswitch-formula/nsswitch/init.sls
2017-05-23 15:17:51 -04:00

10 lines
267 B
Plaintext

{% from "nsswitch/map.jinja" import nsswitch_settings as nsswitch with context %}
nsswitch_config:
file.managed:
- name: {{ nsswitch.config_path }}
- template: jinja
- source: salt://nsswitch/files/nsswitch.conf
- mode: {{ nsswitch.config_mode }}