From c6fb4e78e5b4a68fe7aa8e447efc8302621f9b8d Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Thu, 3 Jul 2014 15:13:00 -0400 Subject: [PATCH] Remove purge on defines, since it only works on resources --- manifests/logging.pp | 1 - manifests/logging/agent.pp | 4 ---- 2 files changed, 5 deletions(-) diff --git a/manifests/logging.pp b/manifests/logging.pp index 08a73ab3..078a29f2 100644 --- a/manifests/logging.pp +++ b/manifests/logging.pp @@ -21,6 +21,5 @@ class cloud::logging{ include ::fluentd - fluentd::configfile { 'forward': } } diff --git a/manifests/logging/agent.pp b/manifests/logging/agent.pp index edfeec55..b24e43c2 100644 --- a/manifests/logging/agent.pp +++ b/manifests/logging/agent.pp @@ -48,10 +48,6 @@ class cloud::logging::agent( include rsyslog::client } - resources {['fluentd::configfile', 'fluentd::source', 'fluentd::match']: - purge => true, - } - file { '/var/db': ensure => directory, } ->