Displaying 1 result from an estimated 1 matches for "drbdfact".
Did you mean:
  drbdfacts
  
2007 Jul 16
9
DRBD facts
Hi,
I can''t find a way to add a page on the wiki (i''m logged in but there
is no edit button on the facter recipes page), so here is a recipe for
DRBD. It has been tested on version 0.8.4. Can someone publish it on
the web site?
if FileTest.exists?("/proc/drbd")
  result = {}
  Thread::exclusive do
    File.readlines("/proc/drbd").each do |l|
      if l =~