From 568ed091a7a2ceacfa4c76c8b5efc07cdc29dd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20=C3=81lvaro?= Date: Sun, 28 Nov 2021 18:37:25 +0100 Subject: [PATCH] feat(config): Remove unnecessary config parameters --- assets/runtime/config/master.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/assets/runtime/config/master.yml b/assets/runtime/config/master.yml index 98b09f2..63acfb1 100644 --- a/assets/runtime/config/master.yml +++ b/assets/runtime/config/master.yml @@ -117,20 +117,3 @@ log_level: {{SALT_LOG_LEVEL}} # One of 'garbage', 'trace', 'debug', info', 'warning', 'error', 'critical'. # If using 'log_granular_levels' this must be set to the highest desired level. log_level_logfile: {{SALT_LEVEL_LOGFILE}} - - -##### Windows Software Repo settings ##### -########################################### -# Location of the repo on the master: -winrepo_dir_ng: '{{SALT_BASE_DIR}}/salt/win/repo-ng' - - -##### Windows Software Repo settings - Pre 2015.8 ##### -######################################################## -# Legacy repo settings for pre-2015.8 Windows minions. -# -# Location of the repo on the master: -winrepo_dir: '{{SALT_BASE_DIR}}/salt/win/repo' -# -# Location of the master's repo cache file: -winrepo_mastercachefile: '{{SALT_BASE_DIR}}/salt/win/repo/winrepo.p'