conserver/conserver.cf/samples/simple.cf

12 lines
266 B
CFEngine3
Raw Normal View History

2003-12-02 16:40:59 +00:00
#
# 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 *;
}