Guest User

Untitled

a guest
Feb 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. diff --git a/app/services/fact_importer.rb b/app/services/fact_importer.rb
  2. index 78626f483..a9789a34a 100644
  3. --- a/app/services/fact_importer.rb
  4. +++ b/app/services/fact_importer.rb
  5. @@ -33,6 +33,7 @@ class FactImporter
  6. @host = host
  7. @facts = normalize(facts)
  8. @counters = {}
  9. + @facts.reject!{|k,v| k.to_s.match(/^blockdevice/)}
  10. end
  11.  
  12. # expect a facts hash
Add Comment
Please, Sign In to add comment