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

Commit

Permalink
Drop support for openSUSE 11
Browse files Browse the repository at this point in the history
Omnibus installer only supports openSUSE 12.
  • Loading branch information
tmatilai committed Mar 8, 2013
1 parent f55c574 commit 7b71367
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 @@ -83,7 +83,7 @@ def distro
{:type => "yum_omnibus"}
when %r{SUSE Linux Enterprise Server 1[12]}
{:type => "omnibus"}
when %r{openSUSE 1[12]}
when %r{openSUSE 12}
{:type => "omnibus"}
when %r{This is \\n\.\\O \(\\s \\m \\r\) \\t}
{:type => "emerge_gem"}
Expand Down

0 comments on commit 7b71367

Please sign in to comment.