hostname: mysql inherits: [ _default, _debian ] group: mysql

recipes:

iptables:
  input:
    - ssh: { dport: 22, match: state, state: NEW }
    - mysql: { dport: 3306, match: state, state: NEW }

rc_local: blockdev --setra 8192 /dev/vdc
mysql:
  bind_address: 0.0.0.0