xen-drbd

diff od.py @ 43:562d6e064e6f

Install packages into domains (apt_get_install_table)
author igor@manas.xt.vpn
date Tue Sep 23 11:40:23 2008 +0300 (2008-09-23)
parents 44efea4507ac
children
line diff
     1.1 --- a/od.py	Sat Aug 30 11:14:50 2008 +0300
     1.2 +++ b/od.py	Tue Sep 23 11:40:23 2008 +0300
     1.3 @@ -128,4 +128,7 @@
     1.4  debian_mirror="http://apt.eb.co.ua:9999/debian"
     1.5  apt_get_install="less tcpdump dnsutils vim ntp screen snmpd libc6-xen openssh-server"
     1.6  
     1.7 +apt_get_install_table={
     1.8 +    "vpn"   :"openvpn",
     1.9 +}
    1.10