|
@@ -272,6 +272,7 @@ class Release extends Command
|
|
|
$input->setOption('cablemodem-ref', $input->getOption('all-ref'));
|
|
|
$input->setOption('dhcp-ref', $input->getOption('all-ref'));
|
|
|
$input->setOption('extra-ref', $input->getOption('all-ref'));
|
|
|
+ $input->setOption('kea-ref', $input->getOption('all-ref'));
|
|
|
}
|
|
|
if (strtolower($input->getOption("modules")) == "all") {
|
|
|
// seteo todos los modulos a instalar por defecto
|