Ok...so I'm trying to get the puppetlabs/splunk module to work with Roles 
and Profiles via Hiera. This is what I have.

*hieradata file*
splunk::params::version: '6.3.3'
splunk::params::build: 'f44afce176d0'
splunk::params::src_root: 'puppet:///software/splunk'   <- Mapped on 
Puppetmaster using fileserver.yaml and yes all the files (rpm's in my case) 
are there.


*oit_splunk.pp*
class roles::oit_splunk {
  include roles::linuxbase
  include profiles::ulimit 
  include profiles::splunk
}


*splunk.pp*
class profiles::splunk {
  include splunk::params 
  include splunk
}


When I run the agent it picks up nothing....I'm super confused and the 
module needs WAY MORE documentation. I've added --debug and can see that 
the class is being applied because I can see the providers are being picked 
up from the class. Any help would be greatly appreciated.

Thanks
Joey

-- 
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/a51b0bbd-281a-481c-93e0-a975b71aad2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to