search for: b6yeqv

Displaying 1 result from an estimated 1 matches for "b6yeqv".

Did you mean: 6ye7v
2009 Mar 05
2
Visualizing puppet circular dependencies
...s. Thought I''d share, in case others are having the same trouble. Code''s at http://gist.github.com/74566, and also pasted below for convenience. -- Philip # Make sense of puppet circular dependency error messages. # Tags: graphviz, puppet # See output at http://i41.tinypic.com/b6yeqv.jpg $ cat circular.pp node default { exec { "/a": require => Exec["/b"] } exec { "/b": require => Exec["/c"] } exec { "/c": require => Exec["/a"] } } $ puppet --color=false circular.pp \ | grep "the following relati...