Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # push whether I am the master or not
  2. my_app_publish_cluster_master:
  3. module.run:
  4. - name: mine.send
  5. - func: my_app_cluster_master
  6. - kwargs:
  7. mine_function: cmd.run
  8. - args:
  9. # my_app.master pillar is true or false
  10. - echo {{ my_app.cluster_master }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement