Hi all,
So, I am trying to use Hiera in combination with a glusterfs module 
from https://forge.puppetlabs.com/thias/glusterfs. 
What I'd like to be able to do is, in node specific files, define something 
like
glusternode:
  - host: gluster1.blah
  - ip: 1.2.3.4
in gluster1.blah.yaml

I'm populating a puppet class call that looks like this:
class { 'glusterfs::server': peers => $::hostname ? { 'server1' => 
'192.168.0.2', 'server2' => '192.168.0.1', }, }

What I'd then want to do would be assemble all of the data from each hiera 
node specific config file into a hash I can pass to puppet listing all my 
hosts. Is there any way to do this? I suppose another way to say it is that 
from the root, I want to pull specific data off all of the leaves and pass 
all that data on to puppet.

I want to essentially do this for in my declaration:
class { 'glusterfs::server': peers => $::hostname ? {
hiera(glusternodes) }, }
Any ideas?
Thanks!
-Josh

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to