From 5fb9d52278c66402c69060d09cfc71ea4d105b1e Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Sun, 30 Dec 2018 00:26:07 +0100 Subject: [PATCH 1/2] reference wiki, not nonexisting manual --- share/environments/deployment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/environments/deployment.yml b/share/environments/deployment.yml index c8e6fa1b..cd792907 100644 --- a/share/environments/deployment.yml +++ b/share/environments/deployment.yml @@ -2,7 +2,9 @@ # NETDISCO 2 CONFIGURATION FILE # # Settings in this file override share/config.yml -# See App::Netdisco::Manual::Configuration for more info. +# +# https://github.com/netdisco/netdisco/wiki/Configuration has +# in depth explanations about each setting. # ------------------ # ESSENTIAL SETTINGS From 485abbc9bd4d68e2c39e44ee6223dde81708d9ac Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Sun, 30 Dec 2018 07:52:27 +0100 Subject: [PATCH 2/2] trailing whitespace --- share/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/config.yml b/share/config.yml index 12d066ca..24444fd4 100644 --- a/share/config.yml +++ b/share/config.yml @@ -3,7 +3,7 @@ # DO NOT EDIT THIS FILE # # Overrides should go to ~/environments/deployment.yml -# +# # https://github.com/netdisco/netdisco/wiki/Configuration has # in depth explanations about each setting.