Problem described in Puppet Jira [here](https://tickets.puppetlabs.com/browse/MODULES-3341), but basically, the "options" parameter for apt::key fails while attempting to manifest multiple sourceslist.d/xxx.list files. This has only started happening in my development environment since updating the apt module.
I've successfully killed off the warning by commenting out the "options" parameter from apt/manifests/key.pp (83 & 101), but would like to know what's producing the error.
**Environment:**
ubuntu 12.04.5 & 14.04.4
puppet 3.8.7
apt module 2.2.2
stdlib module 4.12.0
↧