We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e722ef8 + e1974d0 commit c338354Copy full SHA for c338354
lib/puppet/util/plist.rb
@@ -45,7 +45,7 @@ def read_plist_file(file_path)
45
{:failonfail => true, :combine => true})
46
return parse_plist(plist)
47
rescue Puppet::ExecutionFailure => detail
48
- Puppet.warning("Cannot read file #{path}; Puppet is skipping it.\n" + "Details: #{detail}")
+ Puppet.warning("Cannot read file #{file_path}; Puppet is skipping it.\n" + "Details: #{detail}")
49
end
50
51
0 commit comments