Hello,

given the following datastructure i want to create a resolv.conf file

dns:

    nameservers:
         '3': 10.200.1.230
         '4': 10.200.1.231

          .......
    search:
         cust0: a41mgt.local all-for-one.local
         cust1: A4T.local

         ......


for the nameserver list it is easy to itaerate over the list calling a defined 
type with a concat resource. 


the search list gives me  headache because i need to concatinate a string from 
it. 

              a41mgt.local all-for-one.local A4T.local ...


any ideas ? 


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/2b2a3b34-1120-4d61-bfd6-caae6f6b0303%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to