Force Salt service.running state to restart the service

If you want to restart a service using salt.states.service.running and you can’t use watch because there is simply nothing to watch for changes, then use the following code:

restart_phpfpm_service:
  # Force service.running to always restart the service.
  test.succeed_with_changes:
    - watch_in:
      - service: restart_phpfpm_service
  service.running:
    - name: php7.0-fpm
    - enable: True

OMV 3.x is EOL now

OMV 3.x is EOL since 30.06.2018. Please upgrade to OMV4 to get the latest feature and security updates.

New updates available

The following changes were made:

openmediavault 4.1.7

  • Update locales.
  • Fix bug in Postfix when using port 465 (SSL/TLS).
  • Fix the pattern attribute in the JSON schemas according to the ECMA 262
    regular expression dialect.

openmediavault-clamav 4.1.7
openmediavault-lvm2 4.0.6

  • Update locales.
  • Fix the pattern attribute in the JSON schemas according to the ECMA 262
    regular expression dialect.

openmediavault-nut 4.0.13

  • Update locales.
  • Issue #110: No UPS voltage graphs.
  • Fix the pattern attribute in the JSON schemas according to the ECMA 262
    regular expression dialect.

 

openmediavault 3 goes EOL

At 30.06.2018 openmediavault 3.x will become EOL. This means no security/bugfix updates will be released anymore. Please upgrade to 4.x to be up-to-date.