Merge invirt-console-server into invirt-console (LP: #305681)
[invirt/packages/invirt-console.git] / server / etc / conserver / conserver.cf.invirt
1 # default config for console
2 config * {
3         sslrequired yes;
4 }
5 # If no consoles are defined, as is the case when the host first boots
6 # up, conserver will quit. This keeps it running.
7 #
8 # Should someone create a VM called dummy-console, their VM will
9 # shadow over this one
10 console dummy-console {
11         master localhost;
12         type noop;
13 }
14
15 default * {
16         type exec;
17 }
18 access * {
19         trusted 127.0.0.1;
20         limited *;
21 }
22
23 #include /etc/conserver/invirt-hosts.cf