Skip to content

Instantly share code, notes, and snippets.

View thekuffs's full-sized avatar

Aaron Tygart thekuffs

View GitHub Profile
@thekuffs
thekuffs / postgres.sls
Last active August 22, 2020 01:49 — forked from rca/postgres.sls
postgresql:
service:
- running
- require:
- pkg: postgres_pkgs
postgres_pkgs:
pkg.installed:
- pkgs:
@thekuffs
thekuffs / init.sls
Created December 5, 2012 21:38 — forked from centrix/init.sls
mysql.sls
mysql_dirs:
file:
- directory
- mode: 644
- makedirs: True
- names:
- /etc/mysql
- /data/mysql-data
- /data/cluster-data
- /data/cluster-data/backup