example42 / puppet-splunk

Splunk Puppet Module
http://www.example42.com
Other
12 stars 29 forks source link

apt failing to locate splunkforwarder package when install_source is provided #3

Closed bmurtagh closed 10 years ago

bmurtagh commented 11 years ago

I'm including an install_source parameter to the Splunk site to grab the debian package. The puppet_manage_package file is created with the wget statement, the /tmp/splunk.deb file is downloaded successfully, but the Puppet run fails because apt cannot locate the package 'splunkforwarder'.

Here is a gist of all of my related Puppet files including site.pp, the example42-splunk init.pp, the run output, and the specific error(s) related to the splunk module.

As a side note, puppi is loaded from the modulepath.

https://gist.github.com/bmurt/1b6bd2540deec015324b

alvagante commented 11 years ago

Sorry for late reply, this issue skipped my radar. The gist is no longer available. Would you please let me know if the issue is still there. Just a quick doubt, did you kept the same file name for the deb package (with version numbers and so on) as the upstream version?

bmurtagh commented 10 years ago

I'm going to close this issue for now. It's been so long that I forget the issue and I've been using the https://github.com/runthebusiness/puppet-splunk for the past 8-10months. I've re-evaluating your Splunk module and may be implementing it shortly. I'll open up a new issue if I come across any issues.