An open API service indexing awesome lists of open source software.

https://github.com/dadav/better-puppet-graph


https://github.com/dadav/better-puppet-graph

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# better-puppet-graph
With this script you can prettify the `puppet --graph` output.

# usage
```sh
# get a graph
puppet test.pp --noop --graph --graphdir .
# transform
graph.py -c -i expanded_relationships.dot -o output.gefx
# open with gephi
gephi output.gefx
```

# example
This is the output of the `ntp- module`. Colorized by type:

![result](result.png)