This commit is contained in:
thomashaw
2020-12-08 14:07:10 +00:00
parent 3d4885ab2c
commit 93fd2ee234
2 changed files with 2 additions and 2 deletions

View File

@@ -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')
}
}

View File

@@ -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'],
}
}