{"id":22700241,"url":"https://github.com/simp/pupmod-simp-simp_authselect","last_synced_at":"2025-03-29T19:11:04.009Z","repository":{"id":168406589,"uuid":"644104338","full_name":"simp/pupmod-simp-simp_authselect","owner":"simp","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-31T13:52:53.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-05-31T14:36:31.686Z","etag":null,"topics":[],"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/simp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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}},"created_at":"2023-05-22T20:32:28.000Z","updated_at":"2023-05-31T14:36:31.686Z","dependencies_parsed_at":null,"dependency_job_id":"ce8cadc1-0bc8-4d43-9ee8-3963c957ec20","html_url":"https://github.com/simp/pupmod-simp-simp_authselect","commit_stats":null,"previous_names":["simp/pupmod-simp-simp_authselect"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-simp_authselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-simp_authselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-simp_authselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-simp_authselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simp","download_url":"https://codeload.github.com/simp/pupmod-simp-simp_authselect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230542,"owners_count":20744349,"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":[],"created_at":"2024-12-10T06:10:38.719Z","updated_at":"2025-03-29T19:11:03.990Z","avatar_url":"https://github.com/simp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"**FIXME**: Ensure the badges are correct and complete, then remove this line!\n\n[![License](https://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/73/badge)](https://bestpractices.coreinfrastructure.org/projects/73)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/simp/simp_authselect.svg)](https://forge.puppetlabs.com/simp/simp_authselect)\n[![Puppet Forge Downloads](https://img.shields.io/puppetforge/dt/simp/simp_authselect.svg)](https://forge.puppetlabs.com/simp/simp_authselect)\n[![Build Status](https://travis-ci.org/simp/pupmod-simp-simp_authselect.svg)](https://travis-ci.org/simp/pupmod-simp-simp_authselect)\n\n#### Table of Contents\n\n\u003c!-- vim-markdown-toc GFM --\u003e\n1. [Description](#description)\n2. [Setup - The basics of getting started with simp_authselect](#setup)\n    * [What simp_authselect affects](#what-simp_authselect-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with simp_authselect](#beginning-with-simp_authselect)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n    * [Acceptance Tests - Beaker env variables](#acceptance-tests)\n\n\u003c!-- vim-markdown-toc --\u003e\n\n## Description\n\n**FIXME:** Ensure the *Description* section is correct and complete, then remove this line!\n\nStart with a one- or two-sentence summary of what the module does and/or what\nproblem it solves. This is your 30-second elevator pitch for your module.\nConsider including OS and Puppet version compatability, and any other\ninformation users will need to quickly assess the module's viability within\ntheir environment.\n\nYou can give more descriptive information in a second paragraph. This paragraph\nshould answer the questions: \"What does this module *do*?\" and \"Why would I use\nit?\" If your module has a range of functionality (installation, configuration,\nmanagement, etc.), this is the time to mention it.\n\n### This is a SIMP module\n\nThis module is a component of the [System Integrity Management\nPlatform](https://simp-project.com), a compliance-management framework built on\nPuppet.\n\nIf you find any issues, submit them to our [bug\ntracker](https://simp-project.atlassian.net/).\n\n**FIXME:** Ensure the *This is a SIMP module* section is correct and complete, then remove this line!\n\nThis module is optimally designed for use within a larger SIMP ecosystem, but\nit can be used independently:\n\n * When included within the SIMP ecosystem, security compliance settings will\n   be managed from the Puppet server.\n * If used independently, all SIMP-managed security subsystems are disabled by\n   default and must be explicitly opted into by administrators.  Please review\n   the parameters in\n   [`simp/simp_options`](https://github.com/simp/pupmod-simp-simp_options) for\n   details.\n\n## Setup\n\n### What simp_authselect affects\n\n**FIXME:** Ensure the *What simp_authselect affects* section is correct and complete, then remove this line!\n\nIf it's obvious what your module touches, you can skip this section. For\nexample, folks can probably figure out that your mysql_instance module affects\ntheir MySQL instances.\n\nIf there's more that they should know about, though, this is the place to\nmention:\n\n * A list of files, packages, services, or operations that the module will\n   alter, impact, or execute.\n * Dependencies that your module automatically installs.\n * Warnings or other important notices.\n\n### Setup Requirements **OPTIONAL**\n\n**FIXME:** Ensure the *Setup Requirements* section is correct and complete, then remove this line!\n\nIf your module requires anything extra before setting up (pluginsync enabled,\netc.), mention it here.\n\nIf your most recent release breaks compatibility or requires particular steps\nfor upgrading, you might want to include an additional \"Upgrading\" section\nhere.\n\n### Beginning with simp_authselect\n\n**FIXME:** Ensure the *Beginning with simp_authselect* section is correct and complete, then remove this line!\n\nThe very basic steps needed for a user to get the module up and running. This\ncan include setup steps, if necessary, or it can be an example of the most\nbasic use of the module.\n\n## Usage\n\n**FIXME:** Ensure the *Usage* section is correct and complete, then remove this line!\n\nThis section is where you describe how to customize, configure, and do the\nfancy stuff with your module here. It's especially helpful if you include usage\nexamples and code samples for doing things with your module.\n\n## Reference\n\n**FIXME:** Ensure the *Reference* section is correct and complete, then remove this line!  If there is pre-generated YARD documentation for this module, ensure the text links to it and remove references to inline documentation.\n\nPlease refer to the inline documentation within each source file, or to\n[REFERENCE.md](./REFERENCE.md) for generated reference material.\n\n## Limitations\n\n**FIXME:** Ensure the *Limitations* section is correct and complete, then remove this line!\n\nSIMP Puppet modules are generally intended for use on Red Hat Enterprise Linux\nand compatible distributions, such as CentOS. Please see the\n[`metadata.json` file](./metadata.json) for the most up-to-date list of\nsupported operating systems, Puppet versions, and module dependencies.\n\n## Development\n\n**FIXME:** Ensure the *Development* section is correct and complete, then remove this line!\n\nPlease read our [Contribution Guide](https://simp-doc.readthedocs.io/en/stable/contributors_guide/index.html).\n\n### Acceptance tests\n\nThis module includes [Beaker](https://github.com/puppetlabs/beaker) acceptance\ntests using the SIMP [Beaker Helpers](https://github.com/simp/rubygem-simp-beaker-helpers).\nBy default the tests use [Vagrant](https://www.vagrantup.com/) with\n[VirtualBox](https://www.virtualbox.org) as a back-end; Vagrant and VirtualBox\nmust both be installed to run these tests without modification. To execute the\ntests run the following:\n\n```shell\nbundle install\nbundle exec rake beaker:suites[default]\n```\n\n**FIXME:** Ensure the *Acceptance tests* section is correct and complete, including any module-specific instructions, and remove this line!\n\nPlease refer to the [SIMP Beaker Helpers documentation](https://github.com/simp/rubygem-simp-beaker-helpers/blob/master/README.md)\nfor more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimp%2Fpupmod-simp-simp_authselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimp%2Fpupmod-simp-simp_authselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimp%2Fpupmod-simp-simp_authselect/lists"}