vagrant-proxyconf
vagrant-proxyconf copied to clipboard
Vagrant plugin that configures the virtual machine to use proxies
Hi, Please add the support of DNF(next generation of yum) the file name changes /etc/dnf/dnf.conf but the option still the same. proxy=http://mycache.mydomain.com:3128 proxy_username=yum-user proxy_password=qwerty Cheers,
This PR fixes the symlink breakage of `yum.conf -> dnf/dnf.conf` and thus also supports #147.
The documentation states the following: > Empty string ("") or false in any setting also force the configuration files to be written, but without configuration for that key. Can be...
Hello, I using this plugin on Ubuntu 22.04 LTS. While I using this plugin, it fails with this message. ``` /root/.vagrant.d/gems/3.0.2/gems/vagrant-proxyconf-2.0.10/lib/vagrant-proxyconf/userinfo_uri.rb:35:in `user': undefined method `decode' for URI:Module (NoMethodError) (snip: sorry,...
### Description when I install the plugin `vagrant-proxyconf` via install command `vagrant plugin install vagrant-proxyconf `, some errors occurred. It look like some dependencies are not satisfied. The full log...
Hello, Vagrant will be moving from Ruby to Go in Vagrant 3.x. Here's a press release about it: * https://www.hashicorp.com/blog/toward-vagrant-3-0 I've already received emails from the Vagrant team asking for...
**VM OS**: Ubuntu 16.04.6 LTS **Vagarant Version** : 2.2.10 **vagrant-proxyconf version**: 2.0.10 The following error pops up when trying to configure docker.service ``` ==> default: Configuring proxy for Apt... The...
``` git clone https://github.com/RackHD/voyager-release cd voyager-release\vagrant\voyager D:\voyager-release\vagrant\voyager>vagrant up + set http/s proxy via ENV to http_proxy: http://proxy:3128 proxyconf... find proxyconf plugin and get proxy via ENV! http_proxy: http://proxy:3128 https_proxy: http://proxy:3128...
**OS**: `Ubuntu 18.04 amd64` **Vagrant version**: `2.2.4` **vagrant-proxyconf version**: `2.0.1` How to reproduce: ------------------- When following this guide: https://docs.docker.com/install/linux/docker-ce/ubuntu/ And only installing `docker-ce-cli` on the host, and then running `vagrant...
Heya, Playing with Vagrant on Windows (yes I know), it'd nice if the proxyconf hook could run before it tries on install any missing deps, here `cifs`. https://github.com/hashicorp/vagrant/blob/master/plugins/guests/debian/cap/smb.rb Any idea...