define instance($context, $ensure = 'running', $proxy = false,
$puppetmaster = false, $gitd = false, $mail = false,
$icecast = false, $sound = false, $ticket = false,
- $memory_limit = false) {
+ $memory_limit = false, $distro = 'lenny') {
# set instance id
if $context <= 9 {
ensure => $ensure,
context => "$context",
mark => 'default',
- distro => 'lenny',
+ distro => $distro,
interface => "eth0:192.168.0.$context/24",
hostname => "$name.$domain",
memory_limit => $memory_limit,