mirror of
https://github.com/bstansell/conserver.git
synced 2025-01-03 03:26:39 +00:00
12 lines
266 B
CFEngine3
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 *;
|
|
}
|