Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simp/pupmod-simp-pupmod
The SIMP pupmod Puppet Module
https://github.com/simp/pupmod-simp-pupmod
puppet simp
Last synced: about 2 months ago
JSON representation
The SIMP pupmod Puppet Module
- Host: GitHub
- URL: https://github.com/simp/pupmod-simp-pupmod
- Owner: simp
- License: other
- Created: 2015-05-19T09:49:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T04:37:55.000Z (about 1 year ago)
- Last Synced: 2024-05-20T23:52:32.885Z (9 months ago)
- Topics: puppet, simp
- Language: Ruby
- Size: 688 KB
- Stars: 5
- Watchers: 16
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/73/badge)](https://bestpractices.coreinfrastructure.org/projects/73)
[![Puppet Forge](https://img.shields.io/puppetforge/v/simp/pupmod.svg)](https://forge.puppetlabs.com/simp/pupmod)
[![Puppet Forge Downloads](https://img.shields.io/puppetforge/dt/simp/pupmod.svg)](https://forge.puppetlabs.com/simp/pupmod)
[![Build Status](https://travis-ci.org/simp/pupmod-simp-pupmod.svg)](https://travis-ci.org/simp/pupmod-simp-pupmod)#### Table of Contents
* [Overview](#overview)
* [This is a SIMP module](#this-is-a-simp-module)
* [Module Description](#module-description)
* [Upgrade Considerations](#upgrade-considerations)## Overview
## This is a SIMP module
This module is a component of the [System Integrity Management Platform](https://simp-project.com),
a compliance-management framework built on Puppet.If you find any issues, they can be submitted to our [JIRA](https://simp-project.atlassian.net/).
Please read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html).
## Module Description
See [REFERENCE.md](REFERENCE.md) for more details.
## Upgrade Considerations
### Upgrading From 7.3.0 Or Earlier
Legacy auth.conf, `/etc/puppetlabs/puppet/auth.conf`, has been deprecated.
`pupmod-simp-pupmod` will back up legacy puppet auth.conf after upgrade.The puppetserver's auth.conf is now managed by Puppet. You will need to
re-produce any custom work done to legacy auth.conf in the new auth.conf, via
the `puppet_authorization::rule` define. The stock rules are managed in
`pupmod::master::simp_auth`.