[Puppet] Hmpf
Ignore-this: 8c5f27be9564e58366d869aceee63d16 darcs-hash:20121203003608-b6762-bac0cf707b1759b04bf519fd1e88b99c9b642db7.gz
This commit is contained in:
parent
8e86dbc11e
commit
5431b21c8b
2 changed files with 3 additions and 0 deletions
|
@ -26,5 +26,6 @@
|
||||||
<ConfigFile name="/etc/xen/dhcp"/>
|
<ConfigFile name="/etc/xen/dhcp"/>
|
||||||
<ConfigFile name="/etc/xen/log"/>
|
<ConfigFile name="/etc/xen/log"/>
|
||||||
<ConfigFile name="/etc/xen/routeur"/>
|
<ConfigFile name="/etc/xen/routeur"/>
|
||||||
|
<ConfigFile name="/etc/xen/puppet"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Base>
|
</Base>
|
||||||
|
|
|
@ -4,6 +4,8 @@ execfile("/etc/xen/common_squeeze.py")
|
||||||
|
|
||||||
name = "puppet"
|
name = "puppet"
|
||||||
|
|
||||||
|
memory = 512
|
||||||
|
|
||||||
disk = [ vol(name, "slash", "xvda"),
|
disk = [ vol(name, "slash", "xvda"),
|
||||||
vol(name, "var", "xvdb"),
|
vol(name, "var", "xvdb"),
|
||||||
vol(name, "swap", "xvdc") ]
|
vol(name, "swap", "xvdc") ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue