diff --git a/deployment_scripts/puppet/manifests/hindsight.pp b/deployment_scripts/puppet/manifests/hindsight.pp index 7f7f394..5e03e1e 100644 --- a/deployment_scripts/puppet/manifests/hindsight.pp +++ b/deployment_scripts/puppet/manifests/hindsight.pp @@ -129,9 +129,9 @@ $configs = { create_resources(file, $configs, $files_defaults) # Files -file { '/usr/share/luasandbox/sandboxes/heka/input/prune_input.lua': +file { "${run_dir}/input/prune_input.lua": ensure => 'link', - target => "${run_dir}/input/prune_input.lua", + target => '/usr/share/luasandbox/sandboxes/heka/input/prune_input.lua', } $scripts = { diff --git a/deployment_scripts/puppet/modules/telemetry/files/hindsight/run/input/prune_input.cfg b/deployment_scripts/puppet/modules/telemetry/files/hindsight/run/input/prune_input.cfg index b14d429..45016de 100644 --- a/deployment_scripts/puppet/modules/telemetry/files/hindsight/run/input/prune_input.cfg +++ b/deployment_scripts/puppet/modules/telemetry/files/hindsight/run/input/prune_input.cfg @@ -1,3 +1,4 @@ ticker_interval = 60 input = true -analysis = true \ No newline at end of file +analysis = true +filename = "prune_input.lua"