diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 20:56:36 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 20:56:36 +0200 |
commit | 5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6 (patch) | |
tree | 080691d623ab8c31f5e3d7bd5cf19f247cc93db9 /ansible/roles/network/files | |
parent | 09878271f2a207ffb33c1f293dd26ee97cc6fff2 (diff) | |
download | infrastructure-5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6.tar.gz infrastructure-5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6.zip |
Remove don't need anymore
Diffstat (limited to 'ansible/roles/network/files')
-rw-r--r-- | ansible/roles/network/files/nsswitch.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ansible/roles/network/files/nsswitch.conf b/ansible/roles/network/files/nsswitch.conf deleted file mode 100644 index a84e024..0000000 --- a/ansible/roles/network/files/nsswitch.conf +++ /dev/null @@ -1,21 +0,0 @@ -# /etc/nsswitch.conf -# -# 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. - -passwd: files systemd -group: files systemd -shadow: files -gshadow: files - -hosts: files dns -networks: files - -protocols: db files -services: db files -ethers: db files -rpc: db files - -netgroup: nis - |