lib/hieracles/formats/yaml.rb in hieracles-0.2.0 vs lib/hieracles/formats/yaml.rb in hieracles-0.2.1

- old
+ new

@@ -5,9 +5,13 @@ def info(_) @node.info.to_yaml end + def facts(_) + @node.facts.to_yaml + end + def files(_) @node.files.to_yaml end def paths(_)