Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created September 12, 2012 12:10
Show Gist options
  • Save zipkid/3706206 to your computer and use it in GitHub Desktop.
Save zipkid/3706206 to your computer and use it in GitHub Desktop.
install multiple packages
class package::install( $packages = hiera_hash('packages', {} ) )
{
if( $packages )
{
create_resources( package, $packages )
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment