From 08145447b311d2ebc129a072970b3293f5eeeed5 Mon Sep 17 00:00:00 2001 From: Evgeniy Ivanov Date: Wed, 17 Aug 2016 23:38:34 +0300 Subject: [PATCH] default value for a public key #54 --- ec2.yml | 1 + gce.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ec2.yml b/ec2.yml index 5339a2d..d20626f 100644 --- a/ec2.yml +++ b/ec2.yml @@ -54,6 +54,7 @@ - name: "ssh_public_key" prompt: "Enter the local path to your SSH public key (ex: ~/.ssh/id_rsa.pub):\n" + default: "~/.ssh/id_rsa.pub" private: no - name: "dns_enabled" diff --git a/gce.yml b/gce.yml index 093bfab..6962f9f 100644 --- a/gce.yml +++ b/gce.yml @@ -25,6 +25,7 @@ - name: "ssh_public_key" prompt: "Enter the local path to your SSH public key [ex: ~/.ssh/id_rsa.pub] :\n" + default: "~/.ssh/id_rsa.pub" private: no - name: "zone"