|
|
@ -354,13 +354,6 @@ sub reconfigure_network |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
### NOTE: No longer needed, we don't use apache anymore. |
|
|
|
|
|
|
|
# If we're a striker, check apache's config. |
|
|
|
|
|
|
|
if ($type eq "striker") |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
#$anvil->Striker->check_httpd_conf({debug => 2}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Now configure the network. |
|
|
|
# Now configure the network. |
|
|
|
my $dns = $anvil->data->{config}{dns} ? [split/,/, $anvil->data->{config}{dns}] : []; |
|
|
|
my $dns = $anvil->data->{config}{dns} ? [split/,/, $anvil->data->{config}{dns}] : []; |
|
|
|
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 3, list => { dns => $dns }}); |
|
|
|
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 3, list => { dns => $dns }}); |
|
|
|