From ec44dd976ce0ce5d7680ab9250cd33eaf945e660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dubiel?= Date: Fri, 12 Apr 2013 09:00:58 +0200 Subject: [PATCH] Add Fedora 18 to known platform. --- lib/knife-solo/bootstraps/linux.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/knife-solo/bootstraps/linux.rb b/lib/knife-solo/bootstraps/linux.rb index fdfcd6f7..1728b596 100644 --- a/lib/knife-solo/bootstraps/linux.rb +++ b/lib/knife-solo/bootstraps/linux.rb @@ -82,6 +82,8 @@ def distro {:type => "yum_omnibus"} when %r{Fedora release.*? 17} {:type => "yum_omnibus"} + when %r{Fedora release.*? 18} + {:type => "yum_omnibus"} when %r{Scientific Linux.*? 5} {:type => "yum_omnibus"} when %r{Scientific Linux.*? 6}