Split up kosmos config from the ipfs cookbook

Also do not connect IPFS to the local network to avoid getting our
server blocked by Hetzner
This commit is contained in:
Greg Karékinian
2017-03-03 15:30:30 +01:00
parent 88700f89c7
commit 08e778eb96
7 changed files with 85 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
name 'kosmos-ipfs'
maintainer 'Kosmos'
maintainer_email 'mail@kosmos.org'
license 'All rights reserved'
description 'Installs/Configures kosmos-ipfs'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
depends 'ipfs'