Carmela Rubinos 2223cc9df6 Add patch to fix dependencies handling on custom provider
This patch adds a new Puppet.feature called faraday based on this:
https://projects.puppetlabs.com/issues/14822 , which allows to make
dependencies available during the puppet run to be used by the custom
providers/types without needing successive runs or failing catalog
compilation.

Change-Id: I1f84aa3133605abb38d697c1a593216aafe3e7ef
2015-08-18 11:46:12 +02:00

11 lines
638 B
YAML

---
# Repository-based attributes
midonet::repository::midonet_openstack_repo: 'http://repo.midonet.org/openstack-juno/RHEL'
midonet::repository::openstack_release: 'juno'
# Temporary source for faraday package and dependencies until it gets included
# in EPEL repositories
midonet::faraday_package: 'ruby193-rubygem-faraday'
midonet::faraday_url: 'http://yum.theforeman.org/nightly/el7/x86_64/ruby193-rubygem-faraday-0.9.1-1.el7.noarch.rpm'
midonet::multipart_post_package: 'ruby193-rubygem-multipart-post'
midonet::multipart_post_url: 'http://yum.theforeman.org/nightly/el7/x86_64/ruby193-rubygem-multipart-post-1.2.0-2.el7.noarch.rpm'