# File lib/puppet/resource/catalog.rb, line 493 493: def write_graph(name) 494: # We only want to graph the main host catalog. 495: return unless host_config? 496: 497: super 498: end