mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit
This commit is contained in:
parent
589537902e
commit
bfc78d7646
1 changed files with 3 additions and 1 deletions
|
@ -1212,7 +1212,9 @@ class Pillar:
|
|||
for key, val in run.items():
|
||||
if key not in self.ext_pillars:
|
||||
log.critical(
|
||||
"ext_pillar interface named %s is unavailable. Make sure it is placed in the correct directory/location. Check https://docs.saltstack.com/en/latest/ref/configuration/master.html#extension-modules for details.", key
|
||||
"ext_pillar interface named %s is unavailable. Make sure it is placed in the correct "
|
||||
"directory/location. Check https://docs.saltstack.com/en/latest/ref/configuration/master.html#extension-modules for details.",
|
||||
key,
|
||||
)
|
||||
continue
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue