Hi,

Can anyone please help to know "How to call hiera hash from puppet module 
custom function??"

Like we have following hash in hiera

ssh_groups:

    'webadmin':

        ensure: present

        gid: '2001'

        role:

            - web

        priority: 60

        content: 'ALL=(ALL) PASSWD:ALL'

    appadmin:

        ensure: present

        gid: '3001'

        role:

            - app

        priority: 90

        content: 'ALL=(ALL) NOPASSWD:ALL'



I want to use this hash in custom function. waiting for valuable reply asap

-- 
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/adba6a11-445b-4902-a043-dbec71eff369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to