From c3435972db9114541cda16d6e978ffd8006a566b Mon Sep 17 00:00:00 2001 From: Teemu Matilainen Date: Wed, 26 Jun 2013 18:01:19 -0300 Subject: [PATCH] Support CloudLinux Thanks to Alex Zorin (@alexzorin) for the essential information. Fixes #262 --- CHANGELOG.md | 2 ++ lib/knife-solo/bootstraps/linux.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee71d23..9b7a7c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ * Support `--override-runlist` option ([204]) * Add proxy settings to the generated solo.rb ([254]) * Support Fedora 18 and other new EL distros ([229], [51a581]) +* Support CloudLinux ([262]) * Drop support for openSUSE 11 * Upgrade chef-solo-search to v0.4.0 * Add `--sudo-command` option to use custom remote 'sudo' command ([256]) @@ -85,6 +86,7 @@ [253]: https://github.com/matschaffer/knife-solo/issues/253 [254]: https://github.com/matschaffer/knife-solo/issues/254 [256]: https://github.com/matschaffer/knife-solo/issues/256 +[262]: https://github.com/matschaffer/knife-solo/issues/262 [d21756]: https://github.com/matschaffer/knife-solo/commit/d21756 [1d3485]: https://github.com/matschaffer/knife-solo/commit/1d3485 [f43ba4]: https://github.com/matschaffer/knife-solo/commit/f43ba4 diff --git a/lib/knife-solo/bootstraps/linux.rb b/lib/knife-solo/bootstraps/linux.rb index 27fe9204..99e2cfed 100644 --- a/lib/knife-solo/bootstraps/linux.rb +++ b/lib/knife-solo/bootstraps/linux.rb @@ -81,6 +81,8 @@ def distro {:type => "yum_omnibus"} when %r{Scientific Linux} {:type => "yum_omnibus"} + when %r{CloudLinux} + {:type => "yum_omnibus"} when %r{SUSE Linux Enterprise Server 1[12]} {:type => "omnibus"} when %r{openSUSE 12}