Skip to content

Instantly share code, notes, and snippets.

compose.sls:
/opt/pod-compose.yml:
file.managed:
- source: 'salt://pod-compose-test.yml'
- makedirs: True
- template: jinja
[ERROR ] Exception raised when processing __virtual__ function for linux_ip. Module will not be loaded 'os_family'
[WARNING ] salt.loaded.int.module.linux_ip.__virtual__() is wrongly returning `None`. It should either return `True`, `False` or a new name. If you're the developer of the module 'linux_ip', please fix this.
[ERROR ] Exception raised when processing __virtual__ function for debian_ip. Module will not be loaded 'os_family'
[WARNING ] salt.loaded.int.module.debian_ip.__virtual__() is wrongly returning `None`. It should either return `True`, `False` or a new name. If you're the developer of the module 'debian_ip', please fix this.
[ERROR ] Exception raised when processing __virtual__ function for pacman. Module will not be loaded 'os_family'
[WARNING ] salt.loaded.int.module.pacman.__virtual__() is wrongly returning `None`. It should either return `True`, `False` or a new name. If you're the developer of the module 'pacman', please fix this.
[ERROR ] Exception raised when processing __virtua