forked from huit/puppet-splunk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
79 lines (79 loc) · 3.09 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
1.7.2 - Ben Roberts <[email protected]>
* Fix comparison of @localusers to undef for puppet3.7/ruby1.8
1.7.1 - Tim Hartmann <[email protected]>
* Fixes issue #54 by adding configure_outputs parameter
1.7.0 - Joe Eaves <[email protected]>, Tim Hartmann <[email protected]>
* Fixes issue #54 by adding configure_outputs parameter
* Fixed invalid puppet variable $SPLUNKHOME
* Fixes issus #57 by upgrading Splunk TA to version 5.1.2
1.6.1 - Rob Ruma
* Fixed https://github.com/huit/puppet-splunk/issues/51
* Splunk upgrade prompts during Puppet run
1.6.0 - Tim Hartmann <[email protected]>
* Exposed the version parameter for use in init.pp issue #49
* Formated docs closer to Puppet Labs Standards
* Cleaned up travis / Gemfile to run vs Ruby 1.8.7
* Fixed some string that should have been booleans
* Added warnings for users that are using a string so we
don't break stuff
* Removed HipChat from .travis.yml as no one uses that room anymore
* Removed Modulefile in favor of metadata.json
1.5.3 - Tim Hartmann <[email protected]>
* Updated metadat.json
* removed lint hook, as Rakefile does all this now
1.5.2 - Rob Ruma
* Updated Custom fact to support Ruby 1.9
1.5.1 - Andrew Johnson
* Added Syntax checking to Rakefile
* Ingore bin
* Ignore html files when checking syntax
1.5.0 - Amos Wood
* Added adding package source and provider parameter
1.4.3 - Tim Hartmann <[email protected]>
* Fixed sort issue in template issue #41
1.4.2 - Rob Ruma
* Added --accept-license to version fact
* Removed invalid facter directory
1.4.1 - Tim Hartmann <[email protected]>
* Fixed bug that caused outputs.conf to be empty
* Fixed typo in .fixtures.yml
1.4.0 - Tim Hartmann <[email protected]>
* Added tests for splunk::service class
* Added support to connect servers to license server
1.3.2 - Tim Hartmann <[email protected]>
* Cleaned up Rakefile, linting and tests
1.3.2 - Rob Ruma
* Added timeout and set find search path to bin directory only
1.3.1 - Rob Ruma
* Updated version string to allow 2 and 3 digits
1.3.1 - Tim Hartmann <[email protected]>
* Fixed Dependency to file resource
1.3.0 - Tim Hartmann <[email protected]>
* Puppet 2.7 Support
* fixed bug with localusers hash
1.3.0 - Rob Ruma
* Replaced "unless" statements for Puppet 2.7 Compatability
1.2.2 - Rob Ruma
* Added splunk_version test
1.2.2 - Steve Huff
* Moved custom fact dir to lib/facter
1.2.2 - Tim Hartmann <[email protected]>
* Added "input ports" to search head
* Enable search head type
1.2.1 - Ventz Petkov <[email protected]>
* Adding OS awareness for RHEL and Ubuntu
1.2.1 - Tim Hartmann <[email protected]>
* Fixed Puppet 2.7 Tests in Travis
* Cleanup
* Added MIT License
1.2.0 - Tim Hartmann <[email protected]>
* Added Index and Forward Param
* Docs, Docs and More Docs
1.1.0 - Tim Hartmann <[email protected]>
* Added Deployment Client
* Docs
* Tests
1.0.0 - Tim Hartmann <[email protected]>
* Initial Release
0.0.1 - Tim Hartmann <[email protected]> - 0.0.1
* Initial Commit, lots of ugly and cleanup needed