diff --git a/manifests/logging/agent.pp b/manifests/logging/agent.pp index b24e43c2..b236bc69 100644 --- a/manifests/logging/agent.pp +++ b/manifests/logging/agent.pp @@ -60,7 +60,7 @@ class cloud::logging::agent( ensure_resource('fluentd::configfile', keys($sources)) ensure_resource('fluentd::configfile', keys($matches)) - create_resources('fluentd::source', $sources, {'require' => 'File[\'/var/db/td-agent\']'}) + create_resources('fluentd::source', $sources, {'require' => 'File[/var/db/td-agent]'}) create_resources('fluentd::match', $matches) create_resources('fluentd::install_plugin', $plugins)