The following changes were made:
openmediavault 3.0.96
- Various improvements.
- Mantis 0001870: Can’t mount some disks.
- Mantis 0001876: Create valid /dev/disk/by-label device files.
- Mantis 0001877: Helper function omv_is_ipv6_enabled is broken.
The following changes were made:
openmediavault 3.0.96
The following changes were made:
openmediavault 3.0.95
The following changes were made:
openmediavault 3.0.94
The following changes were made:
openmediavault 3.0.93
openmediavault 3.0.92
If you need to ensure that your SLS files are executed in a sorted order, then simply use this init.sls file.
{% set dirpath = '/srv/salt' | path_join(slspath) %} include: {% for file in salt['file.readdir'](dirpath) | sort %} {% if file | regex_match('^(\d+.+).sls , ignorecase=True) %} - .{{ file | replace('.sls', '') }} {% endif %} {% endfor %}