apt_key now really works with userinfo for http(s)
authorSimon Effenberg <simon.effenberg@olx.com>
Tue, 13 Sep 2016 13:21:15 +0000 (15:21 +0200)
committerSimon Effenberg <simon.effenberg@olx.com>
Tue, 13 Sep 2016 13:33:16 +0000 (15:33 +0200)
commit249a6d586279ab96ffa8f645dcdd0e44210fd4e6
tree93593e835a0bed1bbb7c7b38241ffb37dfa7802a
parentc9c0d640d16be50e059e7ead9c499c795f4839d4
apt_key now really works with userinfo for http(s)

now http and https sources for apt_key can take a userinfo
as it should be already since #384

```
apt_key { '...':
  source => 'https://username:password@myhost.com/mypath/key.gpg'
  ..
}
```
lib/puppet/provider/apt_key/apt_key.rb
spec/acceptance/apt_key_provider_spec.rb
spec/unit/puppet/type/apt_key_spec.rb