conserver/conserver.cf/samples/simple.cf
2003-12-02 08:40:59 -08:00

12 lines
266 B
CFEngine3

#
# I believe this is the smallest configuration file that is also fully
# functional. You have to be happy with the default access type (-a)
# as well as the default access list that gets used.
#
console simple {
master localhost;
type exec;
rw *;
}