Skip to content

Commit

Permalink
Merge pull request matschaffer#352 from anl/feature-opensuse-13
Browse files Browse the repository at this point in the history
Add support for openSUSE 13.
  • Loading branch information
matschaffer committed Feb 27, 2014
2 parents 511c973 + fdba5ee commit 822dcd3
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 @@ -109,7 +109,7 @@ def distro
{:type => "yum_omnibus"}
when %r{SUSE Linux Enterprise Server 1[12]}
{:type => "omnibus"}
when %r{openSUSE 12}
when %r{openSUSE 1[23]}
{:type => "zypper_omnibus"}
when %r{This is \\n\.\\O \(\\s \\m \\r\) \\t}
{:type => "emerge_gem"}
Expand Down

0 comments on commit 822dcd3

Please sign in to comment.