Skip to content

Instantly share code, notes, and snippets.

@kitchen
Created January 17, 2015 02:24
Show Gist options
  • Save kitchen/3614bb9df7ddc3559935 to your computer and use it in GitHub Desktop.
Save kitchen/3614bb9df7ddc3559935 to your computer and use it in GitHub Desktop.
create_resources example
define foo (
$bar,
$baz,
) {
# something
}
$hash_of_things = {
aoeu => {
bar => 123,
baz => 456,
},
htns => {
bar => 123,
baz => 123,
},
}
create_resources('foo', $hash_of_things)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment