Skip to content

Instantly share code, notes, and snippets.

@bastichelaar
Created December 4, 2012 19:07
Show Gist options
  • Save bastichelaar/4207583 to your computer and use it in GitHub Desktop.
Save bastichelaar/4207583 to your computer and use it in GitHub Desktop.
mysql-cluster:
pkg:
- installed
- name: libaio
cmd:
- script
- source: salt://mysql-cluster/install_mysql_cluster.sh
- stateful: True
- user: root
- require:
- pkg: libaio
- file: /opt/build
- file: /opt/src
/opt/build:
file.directory:
- makedirs: True
/opt/src:
file.directory:
- makedirs: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment