{"id":15510851,"url":"https://github.com/ghoneycutt/puppet-module-nsswitch","last_synced_at":"2025-06-29T17:03:30.325Z","repository":{"id":8564048,"uuid":"10190788","full_name":"ghoneycutt/puppet-module-nsswitch","owner":"ghoneycutt","description":"Puppet module to manage nsswitch","archived":false,"fork":false,"pushed_at":"2024-06-11T15:47:48.000Z","size":67,"stargazers_count":1,"open_issues_count":11,"forks_count":34,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-29T17:02:27.405Z","etag":null,"topics":["ldap","nsswitch","puppet","puppet-module","vas"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghoneycutt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-05-21T08:05:02.000Z","updated_at":"2020-05-11T16:44:09.000Z","dependencies_parsed_at":"2025-04-16T12:01:54.308Z","dependency_job_id":null,"html_url":"https://github.com/ghoneycutt/puppet-module-nsswitch","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/ghoneycutt/puppet-module-nsswitch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoneycutt%2Fpuppet-module-nsswitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoneycutt%2Fpuppet-module-nsswitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoneycutt%2Fpuppet-module-nsswitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoneycutt%2Fpuppet-module-nsswitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghoneycutt","download_url":"https://codeload.github.com/ghoneycutt/puppet-module-nsswitch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoneycutt%2Fpuppet-module-nsswitch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262632285,"owners_count":23340210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ldap","nsswitch","puppet","puppet-module","vas"],"created_at":"2024-10-02T09:51:25.891Z","updated_at":"2025-06-29T17:03:30.276Z","avatar_url":"https://github.com/ghoneycutt.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-module-nsswitch\n\nPuppet module to manage nsswitch that optionally allows for LDAP and VAS integration.\n\n===\n\n# Compatibility\n\nThis module has been tested to work on the following systems with Puppet\nv3 (with and without the future parser), v4, v5 and v6 with the ruby\nversions associated with those releases. See `.travis.yml` for an exact\nmatrix.\n\n\n  * Debian 6\n  * EL 5\n  * EL 6\n  * EL 7\n  * Solaris 10\n  * Suse\n\n===\n\n# Parameters\n\nconfig_file\n-----------\nPath to configuration file.\n\n- *Default*: `/etc/nsswitch.conf`\n\nensure_ldap\n-----------\nShould LDAP be used? Valid values are 'absent' and 'present'\n\n- *Default*: 'absent'\n\nensure_vas\n----------\nShould VAS (Quest Authentication Services) be used? Valid values are 'absent' and 'present'.\n\n- *Default*: 'absent'\n\nvas_nss_module\n--------------\nName of NSS module to use for VAS.\n\n- *Default*: 'vas4'\n\nvas_nss_module_passwd\n---------------------\nSource for vas to be included in the passwd database.\n\n- *Default*:'vas4'\n\nvas_nss_module_group\n--------------------\nSource for vas to be included in the group database.\n\n- *Default*:'vas4'\n\nvas_nss_module_automount\n------------------------\nSource for vas to be included in the automount database.\n\n- *Default*:'nis'\n\nvas_nss_module_netgroup\n-----------------------\nSource for vas to be included in the netgroup database.\n\n- *Default*:'nis'\n\nvas_nss_module_aliases\n----------------------\nSource for vas to be included in the aliases database.\n\n- *Default*:''\n\nvas_nss_module_services\n-----------------------\nSource for vas to be included in the services database.\n\n- *Default*: ''\n\nprotocols\n---------\nSources to be included in the protocols database.\n\n- *Default*: 'USE_DEFAULTS'\n\nethers\n------\nSources to be included in the ethers database.\n\n- *Default*: 'USE_DEFAULTS'\n\nrpc\n---\nSources to be included in the rpc database.\n\n- *Default*: 'USE_DEFAULTS'\n\nnsswitch_ipnodes\n----------------\nString of list of sources for ipnodes database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.\n\n- *Default*: 'USE_DEFAULTS'\n\nnsswitch_printers\n-----------------\nString of list of sources for printers database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.\n\n- *Default*: 'USE_DEFAULTS'\n\nnsswitch_auth_attr\n------------------\nString of list of sources for auth_attr database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.\n\n- *Default*: 'USE_DEFAULTS'\n\nnsswitch_prof_attr\n------------------\nString of list of sources for prof_attr database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.\n\n- *Default*: 'USE_DEFAULTS'\n\nnsswitch_project\n----------------\nString of list of sources for project database. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.\n\n- *Default*: 'USE_DEFAULTS'\n\nsudoers\n-------\nString of list of sources to use for sudoers. 'USE_DEFAULTS' allows the module to choose defaults based on the platform.\n\n- *Default*: 'USE_DEFAULTS'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoneycutt%2Fpuppet-module-nsswitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghoneycutt%2Fpuppet-module-nsswitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoneycutt%2Fpuppet-module-nsswitch/lists"}