View difference between Paste ID: UUYYDXzU and A7xCx50N
SHOW: | | - or go back to the newest paste.
1
redis:
2
  service: #module name
3
    - running #method name
4
    - enable: True #variable passed to method running -> https://github.com/saltstack/salt/blob/develop/salt/states/service.py#L242
5
    - reload: True # is this passed to method "watch" or "mod_watch" or "running" (how is it determined?)
6
    - watch: #method name
7
      - pkg: redis # variable passed to method "mod_watch"; "watch" doesn't exist