Hi,

I have the following hiera data in the node definition. I can lookup all 
the data create_resources('iis::manage_site', hiera_hash('iis::sites', [])) 
.

iis::sites:
 'myweb1':
    site_path: 'D:\Repositories\myweb1\wwwroot'
    port: '80'
    ip_address: '192.168.33.21'
    app_pool: 'ColdFusion'
 'myweb2':
    site_path: 'D:\Repositories\myweb2\wwwroot'
    port: '81'
    ip_address: '192.168.33.22'
    app_pool: 'ColdFusion'



But how do i just extract the ip_address ?


Regards

Helen

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6668e957-e787-4e2e-85cd-3a367d45b1c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to