Version information
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.7.0 < 6.0.0
- , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'rfuentescruz-chromedriver', '0.4.0'
Learn more about managing modules with a PuppetfileDocumentation
chromedriver
Puppet module for installing Chromedriver.
Table of Contents
- Description
- Setup - The basics of getting started with chromedriver
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
Allows developers to manage their installation of chromedriver
and make sure that they are can use the most recent version.
chromedriver
only supports the most recent version of Google Chrome. This puts a lot of incentive on making sure that chromedriver
installations use the most recent available version.
Setup
Setup Requirements
Usage
Basic Usage
include chromedriver
Custom chromedriver version
class { 'chromedriver':
version => '2.36'
}
Limitations
Linux and Mac versions of the chromedriver
binary do not support 32-bit
Development
Development, testing of this module was done with the help of PDK. If you want to contribute, feel free to fork and submit a PR but please make sure that pdk test
and pdk validate
succeeds.
Changelog
All notable changes to this project will be documented in this file.
Release 0.4.0
- Stop fetching all available / valid remote versions and consider only the latest version available
- Remove dependency on
nokogiri
Bugfixes
- Prevent errors regarding duplicate resource declaration for any
package
resource already declared by other modules (e.g.unzip
) - Fix
unzip
errors when extracting a new binary archive over a previous version
Release 0.3.0
Bugfixes
- Puppet will get stuck waiting for facts when checking versions of old
chromedriver
Release 0.2.0
Bugfixes
- Fix remote version sorting causing v2.9 to always be installed
- Make sure that new version archives are downloaded and extracted if available
- Make sure that chromedriver binary is executable
Release 0.1.0
Initial release
Dependencies
- puppet/archive (>= 2.3.0 < 3.0)
- puppetlabs/stdlib (>= 4.25.0 < 5.0)