From 2511257b0f9392635fa227ced1b51ea192987efe Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Tue, 16 Aug 2022 15:38:13 +0200 Subject: [PATCH] Fixes docs for custom repo example installation --- doc/110-Installation/01-Getting-Started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/110-Installation/01-Getting-Started.md b/doc/110-Installation/01-Getting-Started.md index b9e36a2..724d8a6 100644 --- a/doc/110-Installation/01-Getting-Started.md +++ b/doc/110-Installation/01-Getting-Started.md @@ -101,6 +101,8 @@ Invoke-WebRequest ` & $ScriptFile ` -ModuleDirectory 'C:\Program Files\WindowsPowerShell\Modules\' ` - -InstallCommand '{"IfW-DirectorSelfServiceKey":{"Values":["651f889ca5f364e89ed709eabde6237fb02050ff"]},"IfW-DirectorUrl":{"Values":["https://icinga.example.com/icingaweb2/director"]}}' ` + -InstallCommand '{"IfW-DirectorSelfServiceKey":{"Values":["651f889ca5f364e89ed709eabde6237fb02050ff"]},"IfW-DirectorUrl":{"Values":["https://icinga.example.com/icingaweb2/director"]},"IfW-StableRepository":{"Values":["https://icinga.example.com/repositories/stable"]}}' ` -IcingaRepository 'https://icinga.example.com/repositories/stable/ifw.repo.json'; ``` + +**Note:** By using custom repositories, you will have to add the `IfW-StableRepository` argument including the path to the repository inside the `-InstallCommand` as well as use the `-IcingaRepository` argument and provide the path there as well for initial configuration as well as automated installation