From 93fd2ee234a317b3b7ec1c2334c19be3ff06b232 Mon Sep 17 00:00:00 2001 From: thomashaw Date: Tue, 8 Dec 2020 14:07:10 +0000 Subject: [PATCH] wip --- .../unix/logging/elk_upgrade/logstash_7/manifests/config.pp | 2 +- .../unix/logging/elk_upgrade/logstash_7/manifests/install.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/unix/logging/elk_upgrade/logstash_7/manifests/config.pp b/modules/services/unix/logging/elk_upgrade/logstash_7/manifests/config.pp index 91a6bfc43..e9f7606b3 100644 --- a/modules/services/unix/logging/elk_upgrade/logstash_7/manifests/config.pp +++ b/modules/services/unix/logging/elk_upgrade/logstash_7/manifests/config.pp @@ -20,7 +20,7 @@ class logstash_7::config ( mode => '0640', owner => 'root', group => 'root', - content => template('logstash/configfile-template.erb') + content => template('logstash_7/configfile-template.erb') } } diff --git a/modules/services/unix/logging/elk_upgrade/logstash_7/manifests/install.pp b/modules/services/unix/logging/elk_upgrade/logstash_7/manifests/install.pp index dd45283cb..a1c023cfe 100644 --- a/modules/services/unix/logging/elk_upgrade/logstash_7/manifests/install.pp +++ b/modules/services/unix/logging/elk_upgrade/logstash_7/manifests/install.pp @@ -6,7 +6,7 @@ class logstash_7::install () { file { '/etc/logstash/combined_path.rb': ensure => file, - source => 'puppet:///modules/logstash/combined_path.rb', + source => 'puppet:///modules/logstash_7/combined_path.rb', require => Package['logstash'], } }