Skip to content

Commit

Permalink
Make sure open4 gem gets installed.
Browse files Browse the repository at this point in the history
The cookbook uses it for controlling subprocesses.
  • Loading branch information
Tommi Virtanen committed Nov 9, 2011
1 parent fd4ccb8 commit 66eb444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ceph/recipes/bootstrap_osd.rb
Expand Up @@ -5,6 +5,8 @@
include_recipe "ceph::osd"
include_recipe "ceph::conf"

gem_package "open4"

ruby_block 'bootstrap a single (fake) osd' do
block do
require 'tempfile'
Expand Down

0 comments on commit 66eb444

Please sign in to comment.