Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.44 KB | None | 0 0
  1. check_master_configuration:
  2.   mysql_query.run:
  3.     - service.running:
  4.       - require:
  5.         - service: mysql
  6.     - database: mysql
  7.     - query: "SHOW MASTER STATUS;"
  8.     - output: "/tmp/example"
  9. -----------
  10.  
  11. OUTPUT
  12. jluque-db1:
  13. ----------
  14.           ID: check_master_configuration
  15.     Function: mysql_query.run
  16.       Result: False
  17.      Comment: State mysql_query.run found in sls mysql.master is unavailable
  18.      Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement