init.sls 195 B

123456789101112
  1. #
  2. # Needrestart
  3. #
  4. needrestart:
  5. pkg.installed
  6. /etc/needrestart/conf.d/monitoring.conf:
  7. file.managed:
  8. - source: salt://needrestart/monitoring.conf
  9. - require:
  10. - pkg: needrestart