Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Midokura repo URLs should use RHEL 7 repo when using CentOS/RHEL7 #30

@shaon

Description

@shaon

currently it points to only rhel 6 repo,
https://github.com/eucalyptus/midokura-cookbook/blob/master/recipes/_common.rb#L20-L26
https://github.com/eucalyptus/midokura-cookbook/blob/master/attributes/default.rb#L11

Perhaps use something like this,

if Chef::VersionConstraint.new("~> 7.0").include?(node['platform_version'])
...
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions