mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 02:30:02 +08:00
14 lines
149 B
CFEngine3
14 lines
149 B
CFEngine3
config * {
|
|
}
|
|
default full {
|
|
rw *;
|
|
}
|
|
default * {
|
|
logfile /var/log/conserver/&.log;
|
|
timestamp "";
|
|
include full;
|
|
}
|
|
access * {
|
|
trusted 127.0.0.1;
|
|
}
|