more logshipper stuff
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user