1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-11 16:19:29 +00:00

Revert "manifests/config.pp -> manifests/config/init.pp"

This reverts commit 51b5f0f640.

This is needed to make sure the puppet autoloader can load the class  while running tests.
This commit is contained in:
Max Wilhelm
2015-12-03 17:44:02 +01:00
parent b0a98aa149
commit 86c5e91781

View File

@@ -1,20 +0,0 @@
# Configure package
#
class fluentd::config inherits fluentd {
file { '/etc/td-agent/td-agent.conf' :
ensure => file,
owner => 'root',
group => 'root',
source => "puppet:///modules/fluentd/td-agent.conf",
notify => Class['fluentd::service'],
}
file {'/etc/td-agent/conf.d':
ensure => 'directory',
owner => 'td-agent',
group => 'td-agent',
mode => '0750',
}
}