Enable vRDP on virtualbox-iso
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json
index 32a28e1..3aa2fc2 100644
--- a/ubuntu-14.04/template.json
+++ b/ubuntu-14.04/template.json
@@ -135,7 +135,8 @@
       "headless": true,
       "vboxmanage": [
         [ "modifyvm", "{{.Name}}", "--memory", "1024" ],
-        [ "modifyvm", "{{.Name}}", "--cpus", "2" ]
+        [ "modifyvm", "{{.Name}}", "--cpus", "2" ],
+        [ "modifyvm", "{{.Name}}", "--vrde", "on" ]
       ]
     },
     {