Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from thehyve/elasticsearch
Browse files Browse the repository at this point in the history
Ensure Elasticsearch is running.
  • Loading branch information
gijskant authored Jun 11, 2021
2 parents 93693bf + c45ec0a commit 1d24b35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/complete.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
include ::podium::services

package{ 'elasticsearch':
ensure => latest,
ensure => latest,
}
-> service { 'elasticsearch':
ensure => running,
}
}

0 comments on commit 1d24b35

Please sign in to comment.