Advertisement
Guest User

Untitled

a guest
Jan 6th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {% if pillar['etc_mysql_my_cnf'] is defined %}
  2. /etc/mysql/my.cnf:
  3. file.managed:
  4. - template: jinja
  5. - user: root
  6. - group: root
  7. - mode: 644
  8. - contents: |
  9. {{ pillar['etc_mysql_my_cnf'] | indent(8) }}
  10. - require:
  11. - pkg: mysql packages
  12. - watch_in:
  13. - service: mysql service
  14. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement