Skip to content

Commit

Permalink
Merge pull request #83 from meskaya/apt_key_bionic
Browse files Browse the repository at this point in the history
Add bionic to the apt::key regexp to support Ubuntu 18.04
  • Loading branch information
Dan33l committed Nov 23, 2018
2 parents 146f396 + 39ce1d3 commit 3d9504e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

case $::lsbdistcodename {
/^(jessie|stretch|xenial)$/: {
/^(jessie|stretch|xenial|bionic)$/: {
$apt_key_thumb = 'B9F8D658297AF3EFC18D5CDFA2F683C52980AECF'
$apt_key_source = 'https://www.virtualbox.org/download/oracle_vbox_2016.asc'
}
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"16.04",
"18.04"
]
},
{
Expand Down

0 comments on commit 3d9504e

Please sign in to comment.