Upgrade to 3rdparty version 0.9.4 of elasticsearch/elasticsearch
[mirror/dsa-puppet.git] / 3rdparty / modules / elasticsearch / manifests / init.pp
index be92dd5..9b7b40d 100644 (file)
@@ -327,7 +327,7 @@ class elasticsearch(
     # Install java
     class { '::java':
       package      => $java_package,
-      distribution => 'jre'
+      distribution => 'jre',
     }
 
     # ensure we first java java and then manage the service
@@ -358,7 +358,7 @@ class elasticsearch(
       }
 
       class { 'elasticsearch::repo':
-        stage => $repo_stage
+        stage => $repo_stage,
       }
     }
   }