You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)
$ salt-ssh --versions-report
Salt Version:
Salt: 3003.3
Dependency Versions:
cffi: Not Installed
cherrypy: Not Installed
dateutil: Not Installed
docker-py: Not Installed
gitdb: Not Installed
gitpython: Not Installed
Jinja2: 3.0.1
libgit2: Not Installed
M2Crypto: Not Installed
Mako: Not Installed
msgpack: 1.0.2
msgpack-pure: Not Installed
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: Not Installed
pycryptodome: 3.10.1
pygit2: Not Installed
Python: 3.9.7 (default, Aug 30 2021, 00:00:00)
python-gnupg: Not Installed
PyYAML: 5.4.1
PyZMQ: 22.3.0
smmap: Not Installed
timelib: Not Installed
Tornado: 4.5.3
ZMQ: 4.3.4
System Versions:
dist: fedora 33
locale: utf-8
machine: x86_64
release: 5.13.13-1.fc25.qubes.x86_64
system: Linux
version: Fedora 33
The text was updated successfully, but these errors were encountered:
Description
https://github.com/saltstack/salt/blob/master/salt/roster/terraform.py#L126 opens directly terraform state file for reading. The format of the file changed, and a list
modules
doesn't exist anymore, producing onlySetup
Very basic setup with
pipenv
per https://docs.saltproject.io/en/latest/ref/roster/all/salt.roster.terraform.html:Machine created on OpenStack via terraform, with
Steps to Reproduce the behavior
Follow https://docs.saltproject.io/en/latest/ref/roster/all/salt.roster.terraform.html using recent terraform version, try to use
salt-ssh
with it.Expected behavior
Roster working.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)The text was updated successfully, but these errors were encountered: