Skip to content

Instantly share code, notes, and snippets.

View daliborkrejic's full-sized avatar

Dalibor Krejic daliborkrejic

View GitHub Profile
$fun = 'cloud.create';
$args = [ 'test', 'centos6-minimal' ];
$postfields = array(
'client' => 'runner',
'fun' => $fun,
'arg' => json_encode($args),
'username' => config('salt.username'),
'password' => config('salt.password'),
'eauth' => config('salt.eauth')