Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/italiangrid/puppet-sdds-users
Create SD users
https://github.com/italiangrid/puppet-sdds-users
puppet puppet-module
Last synced: about 1 month ago
JSON representation
Create SD users
- Host: GitHub
- URL: https://github.com/italiangrid/puppet-sdds-users
- Owner: italiangrid
- Created: 2020-09-21T13:05:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T11:54:03.000Z (11 months ago)
- Last Synced: 2024-12-29T03:41:37.824Z (about 1 month ago)
- Topics: puppet, puppet-module
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# sdds_users
#### Table of Contents
1. [Description](#description)
2. [Setup](#setup)
3. [Usage](#usage)
4. [Limitations](#limitations)## Description
Add SDDS users and their public RSA keys.
## Setup
This module is available on puppet forge:
```
puppet module install cnafsd-sdds_users
```## Usage
Use this module as follow:
```
include sdds_users
```Or:
```
include sdds_users::sd_users
```## Limitations
It works only on RedHat distributions.