voxpupuli / puppet-virtualbox

A Puppet module to install and manage VirtualBox
https://forge.puppet.com/puppet/virtualbox
Apache License 2.0
5 stars 30 forks source link

Missing repository key for Ubuntu 18.04 #82

Closed meskaya closed 5 years ago

meskaya commented 5 years ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

class { '::virtualbox': manage_kernel => false, manage_package => false, }

What are you seeing

W: GPG error: http://download.virtualbox.org/virtualbox/debian bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A2F683C52980AECF E: The repository 'http://download.virtualbox.org/virtualbox/debian bionic InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

What behaviour did you expect instead

No warning message regarding VirtualBox repository

Output log

Any additional information you'd like to impart

Dan33l commented 5 years ago

Closed with PR #83