elastic / puppet-logstashforwarder

Puppet module for Logstash Forwarder
Other
30 stars 81 forks source link

Remove log directory from module uploaded on forge.puppetlabs.com #48

Open nehaljwani opened 9 years ago

nehaljwani commented 9 years ago

I installed this module using the command:

puppet module install elasticsearch-logstashforwarder --environment=nehal --modulepath /home/nehal/puppet/modules/

And now I have a log directory inside the module mentioning some docker stuff in it.

nehal@tst-puppet1 ~/puppet ❯❯❯ find modules/logstashforwarder/log
modules/logstashforwarder/log
modules/logstashforwarder/log/centos-6-x64
modules/logstashforwarder/log/centos-6-x64/2015-03-30_13_12_19
modules/logstashforwarder/log/centos-6-x64/2015-03-30_13_12_19/sut.log
...
...
modules/logstashforwarder/log/centos-6-x64/2015-03-30_12_17_19
modules/logstashforwarder/log/centos-6-x64/2015-03-30_12_17_19/sut.log
NoodlesNZ commented 9 years ago

I'm also seeing this, would be nice to tidy this up

electrical commented 9 years ago

I'm planning to merge some fixes and do a new release. I'll make sure the log directory won't be in there. Stupid i forgot to exclude it. sorry.