This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Release v0.9.0
🚨 Potential breaking change 🚨
If you require apt proxy support, the change added in #31 has been rolled back due to some idempotency issues and lack of dearmoring of the apt key before installation.
However, there is a new repo_gpg_key_options
param which allows a proxy server to be specified:
class { 'google_chrome':
repo_gpg_key_options => 'http-proxy="http://proxyuser:[email protected]:3128"',
}
There is more background about this change in #37.