1*5593560bSBrad Bishop std::make_unique<PolicyAccess<Tach, ConfigPolicy>>(
2*5593560bSBrad Bishop ${indent(1)}${t.policy}, std::vector<std::string>{\
3*5593560bSBrad Bishop % for s in t.sensors:
4*5593560bSBrad Bishop "${s}",\
5*5593560bSBrad Bishop % endfor
6*5593560bSBrad Bishop })\
7