We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f094f commit 0df9eeaCopy full SHA for 0df9eea
lib/octocatalog-diff/facts/yaml.rb
@@ -22,7 +22,7 @@ def self.fact_retriever(options = {}, node = '')
22
fact_file_data[0] = '---' if fact_file_data[0] =~ /^---/
23
24
# Load the parsed fact file.
25
- parsed = YAML.load(fact_file_data.join("\n"))
+ parsed = YAML.load(fact_file_data.join("\n"), permitted_classes: [Time])
26
27
# This is a handler for a YAML file that has just the facts and none of the
28
# structure. For example if you saved the output of `facter -y` to a file and
0 commit comments