{"id":22700196,"url":"https://github.com/simp/pupmod-simp-gnome","last_synced_at":"2025-12-11T21:41:58.805Z","repository":{"id":32298742,"uuid":"35873703","full_name":"simp/pupmod-simp-gnome","owner":"simp","description":"The SIMP windowmanager Puppet Module","archived":false,"fork":false,"pushed_at":"2024-11-26T15:53:59.000Z","size":257,"stargazers_count":2,"open_issues_count":3,"forks_count":15,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-13T05:53:27.668Z","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":"2015-05-19T09:49:44.000Z","updated_at":"2024-11-26T15:52:53.000Z","dependencies_parsed_at":"2023-07-12T14:49:01.171Z","dependency_job_id":"0dc66e1d-1f75-447e-ab87-ec0cf0f58681","html_url":"https://github.com/simp/pupmod-simp-gnome","commit_stats":null,"previous_names":["simp/pupmod-simp-windowmanager"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-gnome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-gnome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-gnome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-gnome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simp","download_url":"https://codeload.github.com/simp/pupmod-simp-gnome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670502,"owners_count":21142901,"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:24.356Z","updated_at":"2025-12-11T21:41:58.749Z","avatar_url":"https://github.com/simp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![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/gnome.svg)](https://forge.puppetlabs.com/simp/gnome)\n[![Puppet Forge Downloads](https://img.shields.io/puppetforge/dt/simp/gnome.svg)](https://forge.puppetlabs.com/simp/gnome)\n[![Build Status](https://travis-ci.org/simp/pupmod-simp-gnome.svg)](https://travis-ci.org/simp/pupmod-simp-gnome)\n\n#### Table of Contents\n\n* [Description](#description)\n  * [This is a SIMP module](#this-is-a-simp-module)\n* [Setup](#setup)\n* [Usage](#usage)\n* [Reference](#reference)\n* [Limitations](#limitations)\n* [Development](#development)\n\n## Description\n\n`gnome` is a Puppet module that installs and manages a GNOME 3 installation.\n\n### This is a SIMP module\n\nThis module is a component of the [System Integrity Management Platform](https://simp-project.com)\na compliance-management framework built on Puppet.\n\nIf you find any issues, they may be submitted to our [bug tracker](https://simp-project.atlassian.net/).\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.  See\n   [simp_options](https://github.com/simp/pupmod-simp-simp_options) for more\n   detail.\n\n## Setup\n\nTo use the module with default settings, just include the class:\n\n```ruby\ninclude 'gnome'\n```\n\n## Usage\n\nYou can disable configuration of gnome by setting `gnome::configure` to false.\nThe module will then only install Gnome.\n\nThis module makes heavy use of data. The `dconf` and `gconf` settings are all\ndata-driven, and the defaults can be seen in the\n[common.yaml](data/common.yaml).\n\nYou can use the knockout prefix of `--` in front of a key to remove it from the\nHash, like this:\n\n```yaml\ngnome::dconf_hash:\n  simp_gnome:\n    --org/gnome/settings-daemon/plugins/media-keys:\n    org/gnome/desktop/media-handling:\n      --automount-open:\n```\n\nOr you can simply set it to the desired value.\n\n`Dconf` settings are locked by default so that users can't change them.\n\nThis can be disabled on a per setting basis, like in this entry for wallpaper\nin `gnome::dconf_hash`:\n\n```yaml\ngnome::dconf_hash:\n  simp_gnome:\n    org/gnome/desktop/background:\n      picture-uri:\n        value: file:///usr/local/corp/puppies.jpg\n        lock: false\n```\n\n## Reference\n\nSee the [API documentation](./REFERENCE.md) for details.\n\n## Limitations\n\nSIMP Puppet modules are generally intended for use on Red Hat Enterprise Linux\nand compatible distributions, such as CentOS.\n\nPlease see the [`metadata.json` file](./metadata.json) for the most up-to-date\nlist of supported operating systems, Puppet versions, and module dependencies.\n\nThis module is compatible with GDM v3.\n\n## Development\n\nPlease read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimp%2Fpupmod-simp-gnome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimp%2Fpupmod-simp-gnome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimp%2Fpupmod-simp-gnome/lists"}