diff options
author | Georg Pfuetzenreuter | 2023-01-22 21:02:44 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-22 21:02:44 +0100 |
commit | e8f19191ebbac1c141d34d236c54d5c9ed9bade7 (patch) | |
tree | 2effb9fdc6cef34964628526635b849bc23fc756 | |
parent | 3226b4113c232367975110d6c8b7b97af39c1f93 (diff) | |
download | salt-e8f19191ebbac1c141d34d236c54d5c9ed9bade7.tar.gz salt-e8f19191ebbac1c141d34d236c54d5c9ed9bade7.tar.bz2 salt-e8f19191ebbac1c141d34d236c54d5c9ed9bade7.zip |
Disable refreshdb_force
Speed up state.apply's.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r-- | pillar/common.sls | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pillar/common.sls b/pillar/common.sls index cdc81d4..0440484 100644 --- a/pillar/common.sls +++ b/pillar/common.sls @@ -5,3 +5,6 @@ include: managed_header_pound: | ### This file is managed via https://git.com.de/LibertaCasa/salt ### Manual changes will be overwritten + +zypper: + refreshdb_force: False |