Given this hash of arrays:
$players = {
'joe' => [
'150',
'200',
],
'janet' =>
'120',
'240',
],
}
... and given a define that's like this:
profile::generate {$player:
source => "puppet:///modules/$module_name/$player"
}
... how do you call profile::generater without hardcoding 2 defines?