summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/metricbeat.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/metricbeat.pp b/manifests/metricbeat.pp
index 454f6aa..e819bd1 100644
--- a/manifests/metricbeat.pp
+++ b/manifests/metricbeat.pp
@@ -1,8 +1,8 @@
class profiles::metricbeat (
) {
class { 'metricbeat':
- modules => [],
- outputs => {
+ manage_repo => false,
+ outputs => {
'logstash' => {
'hosts' => ['celebrimbor:5044'],
},