# File lib/puppet/resource/catalog.rb, line 501
501:     def write_graph(name)
502:         # We only want to graph the main host catalog.
503:         return unless host_config?
504: 
505:         super
506:     end