openshift / puppet-openshift_origin

Puppet module to create OpenShift Brokers and Nodes. Can be used to create a full OpenShift Origin deployment.
http://forge.puppetlabs.com/openshift/openshift_origin
Other
45 stars 128 forks source link

Add yum repo names to avoid yum warning #305

Closed invliD closed 9 years ago

invliD commented 9 years ago

Yum generates warnings on each command invocation if a repository does not have the name attribute (descr in puppet) set. This PR fixes that issue for openshift-deps and openshift-origin.

detiber commented 9 years ago

[test]

openshift-bot commented 9 years ago

Origin Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests/2974/)

openshift-bot commented 9 years ago

Evaluated for origin up to ecf0cc6e186a588387ea0cd2be33a6d1317c0a7f

detiber commented 9 years ago

@invliD Thanks for the contribution