conserver/test/test.cf

30 lines
364 B
CFEngine3
Raw Normal View History

2003-04-09 15:30:48 +00:00
# test conserver config file
2003-09-22 20:49:53 +00:00
default full {
rw *;
}
default * {
logfile ./&;
timestamp "";
include full;
}
break 5 {
string "\rtest\r";
}
console shell {
master localhost;
logfile ./&.log;
timestamp 5;
type exec;
exec "";
}
console shell2 {
master localhost;
logfile ./shell2.log;
timestamp 2;
type exec;
exec "";
}
access * {
trusted 127.0.0.1;
}