Advertisement
Guest User

Untitled

a guest
Jan 18th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ocs-inventory:
  2. - pkg.installed:
  3. - pkgs: [
  4. - require:
  5. - pkg.installed:
  6. - pkgs: [mysql, make, build-essential]
  7. file.replace:
  8. - name: /etc/mysql/my.cnf
  9. - pattern: "^max_allowed_packet*"
  10. - repl: "max_allowed_packet = 32M"
  11. - append_if_not_found: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement