nsswitch-formula/nsswitch/init.sls

10 lines
267 B
Plaintext
Raw Normal View History

2017-05-23 15:17:51 -04:00
{% 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 }}