You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-13
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
This module sets up [Elasticsearch](https://www.elastic.co/overview/elasticsearch/) instances with additional resource for plugins, templates, and more.
23
23
24
-
This module is actively tested against Elasticsearch 2.xand 5.x.
24
+
This module is actively tested against Elasticsearch 2.x, 5.x, and 6.x.
25
25
26
26
## Setup
27
27
@@ -62,15 +62,11 @@ Declare the top-level `elasticsearch` class (managing repositories) and set up a
62
62
```puppet
63
63
include ::java
64
64
65
-
class { 'elasticsearch':
66
-
manage_repo => true,
67
-
repo_version => '5.x',
68
-
}
69
-
65
+
class { 'elasticsearch': }
70
66
elasticsearch::instance { 'es-01': }
71
67
```
72
68
73
-
**Note**: Elasticsearch 5.x requires a recent version of the JVM.
69
+
**Note**: Elasticsearch 6.x requires a recent version of the JVM.
74
70
75
71
## Usage
76
72
@@ -83,7 +79,7 @@ The following are some parameters that may be useful to override:
83
79
84
80
```puppet
85
81
class { 'elasticsearch':
86
-
version => '1.4.2'
82
+
version => '6.0.0'
87
83
}
88
84
```
89
85
@@ -208,7 +204,7 @@ Note that `module_dir` is where the plugin will install itself to and must match
0 commit comments