From 7b713671d8bf232e76a916fd8671a0a358a5c4e3 Mon Sep 17 00:00:00 2001 From: Teemu Matilainen Date: Fri, 8 Mar 2013 19:22:15 -0300 Subject: [PATCH] Drop support for openSUSE 11 Omnibus installer only supports openSUSE 12. --- lib/knife-solo/bootstraps/linux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/knife-solo/bootstraps/linux.rb b/lib/knife-solo/bootstraps/linux.rb index 2563e2df..4ad0705a 100644 --- a/lib/knife-solo/bootstraps/linux.rb +++ b/lib/knife-solo/bootstraps/linux.rb @@ -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"}