https://github.com/dadav/better-puppet-graph
https://github.com/dadav/better-puppet-graph
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dadav/better-puppet-graph
- Owner: dadav
- Created: 2019-08-09T13:36:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T06:07:20.000Z (almost 7 years ago)
- Last Synced: 2025-02-06T16:58:52.612Z (over 1 year ago)
- Language: Python
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
