Skip to content

Instantly share code, notes, and snippets.

View jooooooon's full-sized avatar

Jonathan Clarke jooooooon

View GitHub Profile
@jooooooon
jooooooon / mysql_user.cf
Created May 16, 2012 12:19 — forked from frbayart/mysql_user.cf
mysql_user with cfengine
bundle agent mysql_user() {
vars:
any::
"users_to_check" slist => { "francois", "benoit" };
classes:
"user_is_not_here_$(users_to_check)" expression => returnszero("/usr/local/bin/mysql_user_check $(users_to_check)","noshell");
"mysql_users_check_NOK" expression => classmatch("user_is_not_here_.*");
commands: