Puppet module to manage nsswitch that optionally allows for LDAP and VAS integration.
===
This module has been tested to work on the following systems with Puppet v3 (with and without the future parser) and v4 with Ruby versions 1.8.7 (Puppet v3 only), 1.9.3, 2.0.0, 2.1.0 and 2.3.1.
- Debian 6
- EL 5
- EL 6
- EL 7
- Solaris 10
- Suse
===
Path to configuration file.
- Default:
/etc/nsswitch.conf
Should LDAP be used? Valid values are 'absent' and 'present'
- Default: 'absent'
Should VAS (Quest Authentication Services) be used? Valid values are 'absent' and 'present'.
- Default: 'absent'
Name of NSS module to use for VAS.
- Default: 'vas4'
Source for vas to be included in the passwd database.
- Default:'vas4'
Source for vas to be included in the group database.
- Default:'vas4'
Source for vas to be included in the automount database.
- Default:'nis'
Source for vas to be included in the netgroup database.
- Default:'nis'
Source for vas to be included in the aliases database.
- Default:''
Source for vas to be included in the services database.
- Default: ''
Sources to be included in the protocols database.
- Default: 'USE_DEFAULTS'
Sources to be included in the ethers database.
- Default: 'USE_DEFAULTS'
Sources to be included in the rpc database.
- Default: 'USE_DEFAULTS'
String of list of sources for ipnodes database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.
- Default: 'USE_DEFAULTS'
String of list of sources for printers database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.
- Default: 'USE_DEFAULTS'
String of list of sources for auth_attr database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.
- Default: 'USE_DEFAULTS'
String of list of sources for prof_attr database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.
- Default: 'USE_DEFAULTS'
String of list of sources for project database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.
- Default: 'USE_DEFAULTS'
String of list of sources to use for sudoers. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.
- Default: 'USE_DEFAULTS'