Skip to content

Commit

Permalink
Merge pull request #151 from hufman/save_bootstrap_osd_key
Browse files Browse the repository at this point in the history
Permanently saves the ceph bootstrap_osd_key
  • Loading branch information
hufman committed Sep 19, 2014
2 parents 4e625d4 + d22d9ea commit 688392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
run_out = Mixlib::ShellOut.new('ceph auth get-key client.bootstrap-osd').run_command.stdout.strip
sleep 2
end
node.override['ceph']['bootstrap_osd_key'] = run_out
node.set['ceph']['bootstrap_osd_key'] = run_out
node.save
end
not_if { node['ceph']['bootstrap_osd_key'] }
Expand Down

0 comments on commit 688392b

Please sign in to comment.