From 08b03669c262fd7ea67c7e2e5e5448a98db4ceef Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 4 Nov 2012 11:30:16 -0800 Subject: added automatic secret generation in secrets.json --- lib/leap_cli/path.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/leap_cli/path.rb') diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index aa20e17..88288d0 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -13,6 +13,7 @@ module LeapCli; module Path # input config files :common_config => 'common.json', :provider_config => 'provider.json', + :secrets_config => 'secrets.json', :node_config => 'nodes/#{arg}.json', :service_config => 'services/#{arg}.json', :tag_config => 'tags/#{arg}.json', -- cgit v1.2.3