Hi,
I'm just trying to get started with the puppetlabs/splunk module. I have the below snippet but not seeing splunk get installed. puppet agent -t does run without error. the contents of the ....splunk/linux directory is just the splunk*.deb file. Would appreciate guidance on getting this to install. Thanks!
class { 'splunk::params':
version => '6.3.3',
build => 'f44afce176d0',
src_root => '/etc/puppet/modules/splunk/files/splunk/linux/',
}
↧