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

Commit

Permalink
Add Fedora 18 to known platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Dubiel committed Apr 12, 2013
1 parent e49c2b8 commit ec44dd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/knife-solo/bootstraps/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ec44dd9

Please sign in to comment.