InstallationΒΆ
Generally, extensions need to be installed into the same Python environment Salt uses.
Install Salt S3fs extension:
pip.installed:
- name: saltext-s3fs
salt-pip install saltext-s3fs
pip install saltext-s3fs
Hint
Saltexts are not distributed automatically via the fileserver like custom modules, they need to be installed on each node you want them to be available on.