Skip to content

Instantly share code, notes, and snippets.

@gerep
Created March 27, 2014 00:22
Show Gist options
  • Save gerep/9797077 to your computer and use it in GitHub Desktop.
Save gerep/9797077 to your computer and use it in GitHub Desktop.
validate_license([License|Host]) ->
rpc:call(list_to_atom(string:concat("riak@", string:join(Host, ","))),
walk,
check_license,
[0,0,[License]]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment