diff --git a/deploy.pl b/deploy.pl index 822eca6..5978ce3 100755 --- a/deploy.pl +++ b/deploy.pl @@ -215,10 +215,8 @@ sub render_install_conf { printf $fh_install "IPv6 address for vio0 = %s\n", $_ipv6; printf $fh_install "Default IPv4 route = %s\n", $_ipv4_gateway if $_ipv4 ne "autoconf"; printf $fh_install "IPv6 default router = %s\n", $_ipv6_gateway; - printf $fh_install "DNS domain name = %s\n", $conf{'conf'}{'DOMAIN'} if $_ipv4 ne "autoconf"; printf $fh_install "DNS nameservers = %s\n", $conf{'conf'}{'DNS'} if $_ipv4 ne "autoconf"; - printf $fh_install "Setup a user = %s\n", $_username; printf $fh_install "Password for user = %s\n", $jot_pass; printf $fh_install "Public ssh key for user = %s %s\n", $_sshkey, $jot_pass;