summaryrefslogtreecommitdiff
path: root/manifests/elasticsearch.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/elasticsearch.pp')
-rw-r--r--manifests/elasticsearch.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/elasticsearch.pp b/manifests/elasticsearch.pp
new file mode 100644
index 0000000..525e228
--- /dev/null
+++ b/manifests/elasticsearch.pp
@@ -0,0 +1,8 @@
+class profiles::elasticsearch (
+) {
+ include ::java
+
+ class { 'elasticsearch':
+ restart_on_change => true,
+ }
+}