Advertisement
Guest User

Untitled

a guest
Jun 26th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  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