From 440b11c279e6d65c3894b2c99e6ef6bd8ed1dc9c Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Thu, 20 Aug 2015 11:30:21 -0700 Subject: [PATCH] Vault SSH: Adding the missed out config file --- api/test-fixtures/agent_config.hcl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 api/test-fixtures/agent_config.hcl diff --git a/api/test-fixtures/agent_config.hcl b/api/test-fixtures/agent_config.hcl new file mode 100644 index 0000000000..8339f53d7e --- /dev/null +++ b/api/test-fixtures/agent_config.hcl @@ -0,0 +1,2 @@ +vault_addr="http://127.0.0.1:8200" +ssh_mount_point="ssh"