more logshipper stuff
This commit is contained in:
@@ -12,8 +12,7 @@ class varnish (
|
|||||||
|
|
||||||
file {
|
file {
|
||||||
'/etc/default/varnish':
|
'/etc/default/varnish':
|
||||||
content => template('varnish/etc_default_varnish.erb');
|
content => template('varnish/etc_default_varnish.erb'),
|
||||||
|
|
||||||
notify => Service['varnish'];
|
notify => Service['varnish'];
|
||||||
|
|
||||||
'/etc/default/varnishnsca':
|
'/etc/default/varnishnsca':
|
||||||
@@ -25,7 +24,7 @@ class varnish (
|
|||||||
notify => Service['varnishlog'];
|
notify => Service['varnishlog'];
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'logshipper::app::varnishncsa':
|
class { 'logshipper::log::varnishncsa':
|
||||||
require => File['/etc/default/varnishnsca'];
|
require => File['/etc/default/varnishnsca'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user