]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
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)
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'
  ..
}
```


No differences found