mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
wip
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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'],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user