fix config name to be graph
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ job_type_keys:
|
|||||||
# GraphViz Export
|
# GraphViz Export
|
||||||
# ---------------
|
# ---------------
|
||||||
|
|
||||||
graphviz:
|
graph:
|
||||||
# ---- Graph Settings ----
|
# ---- Graph Settings ----
|
||||||
edge_color : wheat
|
edge_color : wheat
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user