2 ; all configuration variables in the DEFAULT section are inherited by all
3 ; other sections, so it's a good place to add common variables and default
6 ; this are helper variables, not used by pymin (used for interpolation in
8 pymind-data-dir = var/lib/pymin
9 pymind-config-dir = %(pymind-data-dir)s/config
10 pymind-pickle-dir = %(pymind-data-dir)s/pickle
11 ; this variables are used by pymin's services, and are reasonable defaults
12 pickle-dir = %(pymind-pickle-dir)s/%(__name__)s
13 config-dir = %(pymind-config-dir)s/%(__name__)s
15 ; pymind daemon configuration
17 ; IP and port where pymind should listen for commands
20 ; services plug-ins to use
21 services = dhcp qos firewall nat ppp vpn ip dns proxy vrrp
22 ; directories where to find those plug-ins
23 services-dirs = services
27 ; SERVICES CONFIGURATION
28 ; ----------------------
30 ; all following sections are for services configuration, a section per service
33 ; use the pickle-dir and config-dir values provided by DEFAULT section
36 ; use the pickle-dir value provided by DEFAULT section
39 ; use the pickle-dir value provided by DEFAULT section
40 ; helper variable, not used by pymin
41 config-base-dir = %(config-dir)s/%(__name__)s
42 ; variables used by pymin
43 config-options-dir = %(config-base-dir)s
44 config-pap-dir = %(config-base-dir)s
45 config-chap-dir = %(config-base-dir)s
46 config-peers-dir = %(config-base-dir)s/peers
49 ; use the pickle-dir and config-dir values provided by DEFAULT section
52 ; use the pickle-dir value provided by DEFAULT section
53 config-named-dir = %(config-dir)s
54 config-zones-dir = %(config-dir)s/zones
57 ; use the pickle-dir and config-dir values provided by DEFAULT section
60 ; use the pickle-dir and config-dir values provided by DEFAULT section
63 ; use the pickle-dir and config-dir values provided by DEFAULT section
67 ; use the pickle-dir and config-dir values provided by DEFAULT section
70 ; use the pickle-dir and config-dir values provided by DEFAULT section
72 ; vim: set filetype=dosini :