Skip to content

Instantly share code, notes, and snippets.

@richardc
Created July 1, 2013 15:31
Show Gist options
  • Select an option

  • Save richardc/5901877 to your computer and use it in GitHub Desktop.

Select an option

Save richardc/5901877 to your computer and use it in GitHub Desktop.
define just::oneuser {
$user = {}
$user[$name] = hiera($name)
create_resources('user', $user)
}
just::oneuser { "give_it_to_me": }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment