Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. source_exists:
  2. file.exists:
  3. - name: {{ sourcepath }}
  4.  
  5. symlink_my_conf:
  6. file.symlink:
  7. - name: /etc/mysql/my.cnf
  8. - target: {{ sourcepath }}
  9. - require:
  10. - file: source_exists
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement