Signed-off-by: Klaus Aehlig <[email protected]> --- doc/examples/ganeti.default | 1 + doc/examples/ganeti.default-debug | 1 + 2 files changed, 2 insertions(+)
diff --git a/doc/examples/ganeti.default b/doc/examples/ganeti.default index 281423b..49b7d8a 100644 --- a/doc/examples/ganeti.default +++ b/doc/examples/ganeti.default @@ -2,5 +2,6 @@ NODED_ARGS="" RAPI_ARGS="" CONFD_ARGS="" +MOND_ARGS="" WCONFD_ARGS="" LUXID_ARGS="" diff --git a/doc/examples/ganeti.default-debug b/doc/examples/ganeti.default-debug index e53edec..00dece4 100644 --- a/doc/examples/ganeti.default-debug +++ b/doc/examples/ganeti.default-debug @@ -2,5 +2,6 @@ NODED_ARGS="-d" RAPI_ARGS="-d" CONFD_ARGS="-d" +MOND_ARGS="-d" WCONFD_ARGS="-d" LUXID_ARGS="-d" -- 2.5.0.rc2.392.g76e840b
