andytinycat / puppet-omnibus

Omnibus package of Puppet with an embedded Ruby and required gems (Chef-style)
55 stars 34 forks source link

Vendor in libyaml to prepare for RHEL-derivatives #7

Closed beddari closed 11 years ago

beddari commented 11 years ago

If we are going to support building packages for RHEL-variants it would be wise to also build in libyaml so that we do not require EPEL for dependencies.

This adds a recipe for libyaml, adds it to compile before Ruby in puppet-omnibus.rb and adds the required path to the Ruby recipe.

andytinycat commented 11 years ago

I agree with this. I'm just testing it on Ubuntu (my normal distribution) before merging it.

andytinycat commented 11 years ago

Okay, this works on Ubuntu. Merging.