Forge Home

firefox

This module allows control of the profiles and global preferences firefox. Testing onFirefox 17 CentOS6.4

11,301 downloads

10,298 latest version

2.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.0 (latest)
  • 0.0.4
  • 0.0.3
  • 0.0.2
  • 0.0.1
released Sep 16th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jcalles-firefox', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jcalles-firefox
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jcalles-firefox --version 0.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jcalles/firefox — version 0.1.0 Sep 16th 2013

ChangLog

Include install.pp and more fix

firefox

This module allows control of the profiles and global preferences firefox. Testing onFirefox 17 CentOS6.4. Basically controls two files:

 CentOS/RedHat: firefox.js file in /usr/lib64/firefox/defaults/preferences/ or /usr/lib/firefox/defaults/pref/ 

 Debian/Ubuntu: firefox.cfg file in /usr/lib64/firefox/ or  /usr/lib/firefox/

Depends:

-.CentOS/Redhat: EPEL repository or package firefox-17.0.8-1.el6.centos.x86_64.rpm Ubuntu/Debian: sourcelist

-. One was developed for (CentOS/RedHat)6.4, however it can be exported to other platforms.

firefox.cfg.erb (firefox/templates/)

firefox.js (firefox/files/)

bookmarks.html file can be generated from any firefox browser and copy files within the directory

License

Apache License, Version 2.0

Contact

Javier Calles javier.calles@smartmatic.com

Support

Projects site

Example

node /fqdn/ {
include firefox        
}