Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #492 from DStape/add-openSUSE-leap-support
Browse files Browse the repository at this point in the history
Add support for OpenSUSE Leap
  • Loading branch information
matschaffer committed Aug 18, 2016
2 parents 01b7efe + 845d087 commit 5e9f652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knife-solo/bootstraps/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def distro
{:type => "yum_omnibus"}
when %r{SUSE Linux Enterprise Server 1[12]}
{:type => "omnibus"}
when %r{openSUSE 1[23]}
when %r{openSUSE 1[23]}, %r{openSUSE Leap 42}
{:type => "zypper_omnibus"}
when %r{This is \\n\.\\O \(\\s \\m \\r\) \\t}
{:type => "emerge_gem"}
Expand Down

0 comments on commit 5e9f652

Please sign in to comment.