Skip to content

Instantly share code, notes, and snippets.

@binford2k
Created June 20, 2013 15:21
Show Gist options
  • Save binford2k/5823703 to your computer and use it in GitHub Desktop.
Save binford2k/5823703 to your computer and use it in GitHub Desktop.
$users = [ 'billy', 'bob', 'thornton' ]
user { $users:
ensure => present,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment