Skip to content

Commit

Permalink
Merge ac9fa3d into 5b96897
Browse files Browse the repository at this point in the history
  • Loading branch information
tolland committed Mar 6, 2020
2 parents 5b96897 + ac9fa3d commit 8f7f58d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/kitchen/driver/digitalocean.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def platform_to_slug_mapping
{
'centos-6' => 'centos-6-x64',
'centos-7' => 'centos-7-x64',
'centos-8' => 'centos-8-x64',
'coreos-stable' => 'coreos-stable-x64',
'coreos-beta' => 'coreos-beta-x64',
'coreos-alpha' => 'coreos-alpha-x64',
Expand All @@ -225,6 +226,7 @@ def platform_to_slug_mapping
'fedora-28' => 'fedora-28-x64',
'fedora-29' => 'fedora-29-x64',
'fedora-30' => 'fedora-30-x64',
'fedora-31' => 'fedora-31-x64',
'freebsd-12' => 'freebsd-12-x64-zfs',
'freebsd-11.2' => 'freebsd-11-2-x64-zfs',
'freebsd-11.1' => 'freebsd-11-1-x64-zfs',
Expand Down

0 comments on commit 8f7f58d

Please sign in to comment.