
Will associate monitored processes with roles later. Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
7 lines
150 B
Ruby
7 lines
150 B
Ruby
name "test-synclog"
|
|
description "Sync application related logs for debugging"
|
|
run_list(
|
|
"recipe[rsyslog::client]",
|
|
"recipe[collectd::client]"
|
|
)
|