https://github.com/simp/pupmod-simp-gdm
The SIMP GDM Puppet Module
https://github.com/simp/pupmod-simp-gdm
Last synced: 6 months ago
JSON representation
The SIMP GDM Puppet Module
- Host: GitHub
- URL: https://github.com/simp/pupmod-simp-gdm
- Owner: simp
- License: other
- Created: 2015-05-19T09:49:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T18:51:31.000Z (over 1 year ago)
- Last Synced: 2025-04-13T06:01:47.514Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 249 KB
- Stars: 3
- Watchers: 16
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0.html)
[](https://bestpractices.coreinfrastructure.org/projects/73)
[](https://forge.puppetlabs.com/simp/gdm)
[](https://forge.puppetlabs.com/simp/gdm)
[](https://travis-ci.org/simp/pupmod-simp-gdm)
#### Table of Contents
* [This is a SIMP module](#this-is-a-simp-module)
* [Module Description](#module-description)
* [Setup](#setup)
* [What gdm affects](#what-gdm-affects)
* [Usage](#usage)
* [Reference](#reference)
* [Development](#development)
## 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/).
## Module Description
`simp-gdm` provides the ability to manage GDM on supported systems.
## Setup
### What gdm affects
`gdm` installs the GNOME Display Manager and sets sensible defaults.
The module has the ability to configure GDM settings via `dconf`.
## Usage
Generally, you only need to use `include gdm` to get full management.
In the case that you have `hidepid=2` set on `/proc`, you may need to run puppet
one additional time to allow the facts to hook into the system fully.
## Reference
See [REFERENCE.md](./REFERENCE.md)
## Development
Please read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html).
If you find any issues, they can be submitted to our [JIRA](https://simp-project.atlassian.net).