nsswitch-formula/nsswitch/files/nsswitch.conf

15 lines
426 B
Plaintext

{% from "nsswitch/map.jinja" import nsswitch_settings as nsswitch with context -%}
# /etc/nsswitch.conf
#
# Managed by Salt
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
{%- for key, value in nsswitch.config.items() %}
{{ key }}: {{ value }}
{%- endfor %}