Hi All,
What is the recommended way to configure Condor through Hiera/Puppet. I'm using the htcondor module but the variables are quite different. For instance, to add gangliad to the daemon list isn't straight forward. The variable I see is 
$daemon_list            = create_daemon_list(
$is_worker, 
$is_scheduler,
      
      
          
$is_manager, 
$enable_multicore, 
$run_ganglia, 
$more_than_two_managers)
But these variables aren't parallel to DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, STARTD, GANGLIAD