Advertisement
Guest User

Untitled

a guest
Jun 26th, 2013
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement