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

Commit

Permalink
Support CloudLinux
Browse files Browse the repository at this point in the history
Thanks to Alex Zorin (@alexzorin) for the essential information.

Fixes #262
  • Loading branch information
tmatilai committed Jun 26, 2013
1 parent 4644e54 commit c343597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions lib/knife-solo/bootstraps/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c343597

Please sign in to comment.