Index: /nodes/genesis-to-yaml.pl
===================================================================
--- /nodes/genesis-to-yaml.pl	(revision 8268)
+++ /nodes/genesis-to-yaml.pl	(revision 8270)
@@ -8,5 +8,4 @@
   Geo::Coordinates::RDNAP->import(qw/from_rd to_rd dms/);
 } else {
-  print STDERR "[WARN] Geo::Coordinates::RDNAP not installed\n";
   sub from_rd {
     return (0,0,0);
@@ -72,5 +71,5 @@
 foreach $if (keys %config) {
     ($iflabel, $alias) = split(':',$if);
-    $iflabel .= "_alias${alias}" if ($alias);
+    $iflabel .= "_alias${alias}" if ($alias =~ m/[0-9]/);
     
     print <<EOF;
@@ -78,8 +77,6 @@
 EOF
     %tmp = (
-        'configtype' => 'interface',
         'dhcp' => 'False',
         'compass_direction' => 'None',
-        'nodename' => $nodename,
         'interface' => $if,
         );
@@ -138,5 +135,5 @@
 
     foreach $key (sort keys %tmp) {
-        printf "  %-11s: $tmp{$key}\n", $key;
+        printf "  %-11s: '$tmp{$key}'\n", $key;
     }
     print "\n";
