summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Viz.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-09 10:15:53 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-09 10:15:53 -0400
commit4d6dbca9a04cc2766d9fa8968318af9a8dbb42c0 (patch)
treeab252da61e56c9b7acd3733eec35118ddce6ce3a /src/lib/Bcfg2/Server/Admin/Viz.py
parent97a5cfd668ec7e0ff64c03acbf1076ca43daa169 (diff)
downloadbcfg2-4d6dbca9a04cc2766d9fa8968318af9a8dbb42c0.tar.gz
bcfg2-4d6dbca9a04cc2766d9fa8968318af9a8dbb42c0.tar.bz2
bcfg2-4d6dbca9a04cc2766d9fa8968318af9a8dbb42c0.zip
Viz: distinguish categories from hosts
Diffstat (limited to 'src/lib/Bcfg2/Server/Admin/Viz.py')
-rw-r--r--src/lib/Bcfg2/Server/Admin/Viz.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Admin/Viz.py b/src/lib/Bcfg2/Server/Admin/Viz.py
index 1d9d25f16..2cbd7eaf6 100644
--- a/src/lib/Bcfg2/Server/Admin/Viz.py
+++ b/src/lib/Bcfg2/Server/Admin/Viz.py
@@ -102,6 +102,7 @@ class Viz(Bcfg2.Server.Admin.MetadataCore):
dotpipe.stdin.write('\tcolor="lightblue";\n')
dotpipe.stdin.write('\tBundle [ shape="septagon" ];\n')
dotpipe.stdin.write('\tGroup [shape="ellipse"];\n')
+ dotpipe.stdin.write('\tGroup Category [shape="trapezium"];\n')
dotpipe.stdin.write('\tProfile [style="bold", shape="ellipse"];\n')
dotpipe.stdin.write('\tHblock [label="Host1|Host2|Host3", '
'shape="record"];\n')