fix config name to be graph

This commit is contained in:
Oliver Gorwits
2014-07-15 17:08:04 +01:00
parent 36a6d2e33c
commit 5a84399e2c
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ App::Netdisco::Util::Graph
$ cpanm --notest Graph GraphViz $ cpanm --notest Graph GraphViz
$ mkdir ~/graph $ mkdir ~/graph
use App::Netdisco::Util::Graph 'graph'; use App::Netdisco::Util::Graph;
graph; graph;
=head1 DESCRIPTION =head1 DESCRIPTION
@@ -41,7 +41,7 @@ App::Netdisco::Util::Graph
Generate GraphViz output from Netdisco data. Requires that the L<Graph> and Generate GraphViz output from Netdisco data. Requires that the L<Graph> and
L<GraphViz> distributions be installed. L<GraphViz> distributions be installed.
Requires the same config as for Netdisco 1, but within a C<graphviz> key. See Requires the same config as for Netdisco 1, but within a C<graph> key. See
C<share/config.yml> in the source distribution for an example. C<share/config.yml> in the source distribution for an example.
The C<graph> subroutine is exported by default. The C<:all> tag will export The C<graph> subroutine is exported by default. The C<:all> tag will export

View File

@@ -215,7 +215,7 @@ job_type_keys:
# GraphViz Export # GraphViz Export
# --------------- # ---------------
graphviz: graph:
# ---- Graph Settings ---- # ---- Graph Settings ----
edge_color : wheat edge_color : wheat