Closed dafyddj closed 1 year ago
Does #63013 fix this?
looks like https://github.com/saltstack/salt/commit/02ad058a3325af0d58ee4de8809bd236955475a0 might have been a cause.
Reverting 02ad058 fixes it. It seems wrong to overload opts like that, to me. Edit: Applying #63013 also fixes this
Fixed in current 3006-rc2 - IMHO this issue can be closed.
Description
config.items
appears broken in versions from3005
onwards.Setup Tested on Mac and Windows.
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior (Include debug logs if possible and relevant)
Or run from the master produces this logging on the minion:
Expected behavior No traceback, and the config dictionary returned
Screenshots If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.) ```yaml Salt Version: Salt: 3005 Dependency Versions: cffi: 1.14.6 cherrypy: 18.6.1 dateutil: 2.8.0 docker-py: Not Installed gitdb: 4.0.5 gitpython: 3.1.12 Jinja2: 3.1.0 libgit2: 1.5.0 M2Crypto: Not Installed Mako: 1.1.4 msgpack: 1.0.2 msgpack-pure: Not Installed mysql-python: Not Installed pycparser: 2.21 pycrypto: 3.15.0 pycryptodome: 3.9.8 pygit2: 1.10.0 Python: 3.10.7 (main, Sep 15 2022, 01:52:03) [Clang 13.0.0 (clang-1300.0.29.30)] python-gnupg: 0.4.8 PyYAML: 5.4.1 PyZMQ: 23.2.0 smmap: 3.0.2 timelib: 0.2.4 Tornado: 4.5.3 ZMQ: 4.3.4 System Versions: dist: darwin 20.6.0 locale: utf-8 machine: x86_64 release: 20.6.0 system: Darwin version: 11.7 x86_64 ```Additional context Add any other context about the problem here.