vms/recipes/nuo/templates/conf/nuo-matchbox/resolv.conf.pktpl.hcl

4 lines
56 B
HCL
Raw Normal View History

2023-10-11 09:29:46 +02:00
%{ for dns in Vars.DNS }
nameserver ${dns}
%{ endfor ~}