https://github.com/opus-codium/puppet-firefox
Manage Firefox preferences through Puppet
https://github.com/opus-codium/puppet-firefox
firefox hacktoberfest puppet
Last synced: about 1 month ago
JSON representation
Manage Firefox preferences through Puppet
- Host: GitHub
- URL: https://github.com/opus-codium/puppet-firefox
- Owner: opus-codium
- License: apache-2.0
- Created: 2017-04-05T09:50:53.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T03:24:09.000Z (11 months ago)
- Last Synced: 2025-03-15T18:53:17.372Z (2 months ago)
- Topics: firefox, hacktoberfest, puppet
- Language: Ruby
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# puppet-firefox
[](https://github.com/opus-codium/puppet-firefox/releases)
[](https://forge.puppetlabs.com/opuscodium/firefox)
[](https://forge.puppetlabs.com/opuscodium/firefox)
[](https://forge.puppetlabs.com/opuscodium/firefox)
[](https://forge.puppetlabs.com/opuscodium/firefox)
[](https://github.com/voxpupuli/opuscodium-firefox/blob/master/LICENSE.md)#### Table of Contents
* [Module description](#module-description)
* [Usage](#usage)
* [Setting custom default-values](#setting-custom-default-values)## Module description
This Puppet module allows Puppet to set default Firefox preferences for your managed nodes.
## Usage
### Setting custom default-values
```puppet
firefox::pref { 'browser.urlbar.trimURLs': value => false }
firefox::pref { 'browser.urlbar.formatting.enabled': value => false }
```