class xen::vm::nephilim { xen::config{"nephilim": hostname => "nephilim.ml.org", ram => "256", ip => "x.x.x.137", gateway => "x.x.x.136", netmask => "255.255.255.248", dns => "x.x.x.194", cpus => 1, centosrelease => "5.1", architecture => "x86_64", volumes => ["phy:/dev/xen2/nephilim_root,xvda,w"], require => Xen::Logicalvolume["nephilim_root"], } xen::logicalvolume{"nephilim_root": size => "10G", vgname => "xen2", } }