example42 / puppet-splunk

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

Puppetforge and GitHub differences #24

Closed prateepb closed 10 years ago

prateepb commented 10 years ago

I recently installed this module via puppet forge and have noticed that it is different from the contents provided here. In particular, the version from puppet forge contains the spec/fixtures directory.

There are a number of problems with this:

invalid symlink:

spec/fixtures/modules/splunk -> /Users/al/Documents/github/EXAMPLE42/puppet-modules/splunk

presence of .git directories:

./spec/fixtures/modules/concat/.git
./spec/fixtures/modules/firewall/.git
./spec/fixtures/modules/iptables/.git
./spec/fixtures/modules/puppi/.git
./spec/fixtures/modules/monitor/.git

Is the fixtures directory needed?

alvagante commented 10 years ago

No it's not needed and should not be there. Ex42 modules on the Forge are not always updated to the last commit. I've just published a new version, can you check it out?

prateepb commented 10 years ago

Thanks. That seems to work.