This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Install | |
| f91rrehz5b6tx01.delivery.puppetlabs.net (windows-2008-64-2) 09:31:47$ cmd.exe /c sc qc puppet || sc qc pe-puppet | |
| [SC] QueryServiceConfig SUCCESS | |
| SERVICE_NAME: puppet | |
| TYPE : 10 WIN32_OWN_PROCESS | |
| START_TYPE : 3 DEMAND_START | |
| ERROR_CONTROL : 1 NORMAL | |
| BINARY_PATH_NAME : "C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin\ruby.exe" -rubygems "C:\Program Files\Puppet Labs\Puppet\service\daemon.rb" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | diff --git a/lib/puppet/graph/relationship_graph.rb b/lib/puppet/graph/relationship_graph.rb | |
| index 83ee3ab..ec0f007 100644 | |
| --- a/lib/puppet/graph/relationship_graph.rb | |
| +++ b/lib/puppet/graph/relationship_graph.rb | |
| @@ -102,8 +102,10 @@ class Puppet::Graph::RelationshipGraph < Puppet::Graph::SimpleGraph | |
| overly_deferred_resource_handler = options[:overly_deferred_resource_handler] || lambda { |resource| } | |
| canceled_resource_handler = options[:canceled_resource_handler] || lambda { |resource| } | |
| teardown = options[:teardown] || lambda {} | |
| - | |
| - report_cycles_in_graph | 
OlderNewer