[irc] Upgrade
This commit is contained in:
parent
8723fc7da5
commit
7bee2de55b
3 changed files with 1 additions and 15 deletions
|
@ -3,7 +3,6 @@
|
|||
<Path name="/etc/xen/common.py"/>
|
||||
<Path name="/etc/xen/common_squeeze.py"/>
|
||||
<Path name="/etc/xen/common_wheezy.py"/>
|
||||
<Path name="/etc/xen/irc"/>
|
||||
<Path name="/etc/xen/news"/>
|
||||
<Path name="/etc/xen/niomniom"/>
|
||||
<Path name="/etc/xen/o2"/>
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
execfile("/etc/xen/common_squeeze.py")
|
||||
|
||||
name = "irc"
|
||||
|
||||
memory = 512
|
||||
|
||||
disk = [ vol(name, "slash", "xvda"),
|
||||
vol(name, "swap", "xvdb") ]
|
||||
|
||||
vif = [ pub('00:00:42:42:42:00'),
|
||||
adm('00:00:42:42:42:01') ]
|
|
@ -253,7 +253,7 @@
|
|||
|
||||
<Group name="irc"
|
||||
profile="true">
|
||||
<Group name="crans-domu-squeeze"/>
|
||||
<Group name="crans-vm-wheezy"/>
|
||||
<Group name="nginx" comment="Pour web-irc.crans.org" />
|
||||
</Group>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue