Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created March 6, 2012 23:37
Show Gist options
  • Save tbatchelli/1989798 to your computer and use it in GitHub Desktop.
Save tbatchelli/1989798 to your computer and use it in GitHub Desktop.
(use 'pallet.crate.automated-admin-user)
(def my-group
(pallet.core/group-spec "my-group"
:phases {:bootstrap (phase-fn (automated-admin-user))}))
(pallet.core/converge
{my-group 1}
:compute (pallet.configure/compute-service :gogrid))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment