1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Correctly identify openSUSE distribution in install_gems

(cherry picked from commit 6fdd32d0c7)
This commit is contained in:
Tino Vazquez 2013-07-23 13:38:35 +02:00
parent 5973833cc7
commit 000cddf469

View File

@ -66,7 +66,7 @@ DISTRIBUTIONS={
:install_command => 'yum install'
},
:suse => {
:id => [/^SUSE/],
:id => [/SUSE/],
:dependencies_common => ['ruby-devel', 'make'],
:dependencies => {
SQLITE => ['gcc', 'sqlite3-devel'],