Remove an unnecessary require and letsencrypt recipe

This way kosmos-ipfs::default can be used without adding the Let's
Encrypt certificate
This commit is contained in:
Greg Karékinian 2018-10-26 17:46:47 +02:00
parent c0358f5c9b
commit a7871770b8

View File

@ -7,7 +7,6 @@
# All rights reserved - Do Not Redistribute # All rights reserved - Do Not Redistribute
# #
require 'json'
include_recipe "ipfs" include_recipe "ipfs"
# Configure ipfs # Configure ipfs
@ -32,5 +31,3 @@ end
ipfs_config "API.HTTPHeaders.Access-Control-Allow-Origin" do ipfs_config "API.HTTPHeaders.Access-Control-Allow-Origin" do
value ["*"] value ["*"]
end end
include_recipe "kosmos-ipfs::letsencrypt"