conserver/test/test2.cf

36 lines
441 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 4 {
string "hiya there\r";
}
console shell {
master 127.0.0.1;
logfile ./&.log;
timestamp 5;
type exec;
exec "";
}
console shella {
master 127.0.0.1;
logfile ./&.log;
timestamp 5;
type exec;
exec "";
}
console shellb {
master 127.0.0.1;
logfile ./&.log;
type exec;
exec "";
}
access * {
trusted 127.0.0.1;
}