From 1b9759827baeea7a33e5ae721fff2463ac032a7b Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 25 Nov 2014 11:11:07 +0100 Subject: [PATCH] more logshipper stuff --- manifests/init.pp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 42c513f..a2dd684 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -12,8 +12,7 @@ class varnish ( file { '/etc/default/varnish': - content => template('varnish/etc_default_varnish.erb'); - + content => template('varnish/etc_default_varnish.erb'), notify => Service['varnish']; '/etc/default/varnishnsca': @@ -25,7 +24,7 @@ class varnish ( notify => Service['varnishlog']; } - class { 'logshipper::app::varnishncsa': + class { 'logshipper::log::varnishncsa': require => File['/etc/default/varnishnsca']; }