-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathModulefile
More file actions
64 lines (46 loc) · 2.09 KB
/
Modulefile
File metadata and controls
64 lines (46 loc) · 2.09 KB
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
name 'runthebusiness-splunk'
version '1.1.0'
author 'dhogland, modifieing authors: Will Ferrer and Ethan Brooks (Run the Business)'
license 'Apache License, Version 2.0'
project_page 'https://github.com/runthebusiness/puppet-splunk'
source ''
summary 'This class installs and configurs splunk. It is a paramaritized version of dhogland/splunk (https://github.com/dhogland/splunk) and includes some small bug fixes, default values added and other tweaks.
'
description 'splunk
This class installs and configurs splunk. It is a paramaritized version of dhogland/splunk (https://github.com/dhogland/splunk) and includes some small bug fixes, default values added and other tweaks.
Examples:
class{"splunk":
logging_server => \'<logging server>\',
}
Changes from dhogland/splunk
-------
- Made splunk class paramaritized so it can work with out the entriprise console
- Added support for amd64 systems
- Fixed variable name "installer" in windows set ups to reference: ${splunk::params::installer} (untested by probably fixed issues with windows installs)
- Add the installerfilespath option. This allows you to store your installer files in a seperate module or else where on the disk.
Author
-------
dhogland
Modifieing Authors
-------
Will Ferrer, Ethan Brooks
Contributing Authors
-------
Brendan Murtagh
Licensees
-------
2012 developed under license for Switchsoft LLC http://www.switchsoft.com a "Direct response telephony company" as part of it\'s "VOIP Call distribution, ROI analysis platform, call recording, and IVR for inbound and outbound sales" and Run the Business Systems LLC a "Technology development investment group" as part of it\'s "PHP, Javascript rapid application development framework and MySQL analysis tools"
License
-------
Licensed under the terms of the Apache License, Version 2.0
Contact
-------
will.ferrer@runthebusiness.net
Support
-------
Please send tickets and issues to our contact email address or at: https://github.com/runthebusiness/puppet-splunk/issues
Project Url
-------
https://github.com/runthebusiness/puppet-splunk
'
dependency 'puppetlabs/firewall', '>=0.0.4'