From d94ffe65aa306858f1e951e0fb2f28d26160394f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 1 Aug 2014 13:25:57 +0000 Subject: Update chef morphs to be generated from stable 11.8.4.ohai7.0 tag Using chef-12.0.0.alpha.0 results in the following error: # chef-client /usr/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'ohai' (~> 7.2) - did find: [ohai-7.2.0.rc.1] (Gem::LoadError) --- chef/systemu-2.5.2.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 chef/systemu-2.5.2.morph (limited to 'chef/systemu-2.5.2.morph') diff --git a/chef/systemu-2.5.2.morph b/chef/systemu-2.5.2.morph new file mode 100644 index 00000000..b369a7c5 --- /dev/null +++ b/chef/systemu-2.5.2.morph @@ -0,0 +1,15 @@ +--- +name: systemu-2.5.2 +kind: chunk +description: Automatically generated by import-ruby. This is a prototype of a method + for integrating RubyGems into Baserock. +build-system: manual +gem-url: http://rubygems.org/downloads/systemu-2.5.2.gem +products: +- artifact: systemu-2.5.2-doc + include: + - usr/lib/ruby/gems/2.0.0/doc/.* +install-commands: +- mkdir -p "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0" +- gem install --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0" --bindir "$DESTDIR/$PREFIX/bin" + --ignore-dependencies --local systemu-2.5.2.gem -- cgit v1.2.1