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 variables are used by pymin's services, and are reasonable defaults
7 pickle-dir = %(pymind-pickle-dir)s/%(__name__)s
8 config-dir = %(pymind-config-dir)s/%(__name__)s
10 ; pymind daemon configuration
12 ; IP and port where pymind should listen for commands
15 ; services plug-ins to use
16 services = dhcp qos firewall nat ppp vpn ip dns proxy vrrp
19 ; SERVICES CONFIGURATION
20 ; ----------------------
22 ; all following sections are for services configuration, a section per service
25 ; use the pickle-dir value provided by DEFAULT section
26 ; there are no config files really, only temporary scripts
27 ; (that shouldn't exist)
31 ; use the pickle-dir value provided by DEFAULT section
34 ; use the pickle-dir value provided by DEFAULT section
35 config-options-dir = /etc/ppp
36 config-pap-dir = /etc/ppp
37 config-chap-dir = /etc/ppp
38 config-peers-dir = /etc/ppp/peers
41 ; use the pickle-dir and config-dir values provided by DEFAULT section
44 config-named-dir = /etc/bind9
45 config-zones-dir = /var/lib/bind9
48 ; use the pickle-dir value provided by DEFAULT section
49 config-dir = /etc/dhcp3
52 ; use the pickle-dir value provided by DEFAULT section
53 config-dir = /etc/squid
56 ; use the pickle-dir and config-dir values provided by DEFAULT section
60 ; use the pickle-dir value provided by DEFAULT section
61 config-dir = /etc/tinc
64 ; use the pickle-dir value provided by DEFAULT section
66 ; vim: set filetype=dosini :