Skip to content

Instantly share code, notes, and snippets.

@rubberbird
rubberbird / dba-user.json
Created December 30, 2015 18:18 — forked from lusis/dba-user.json
Managing MySQL user accounts with Chef
{
"id":"dbauser",
"uid":506,
"comment":"DBA User",
"shell":"/bin/bash",
"groups": [
"sysadm",
"dba"
],
"ssh_key": "XXXXXXXXXX"