Move the ipfs cookbook to its own GitHub repository

This commit is contained in:
Greg Karékinian
2018-08-13 12:05:50 +02:00
parent de32a7c595
commit 741c4a5192
44 changed files with 610 additions and 465 deletions

View File

@@ -23,7 +23,8 @@ cookbook 'application_git', '= 1.1.0' # 1.2.0 doesn't work with knife-sol
cookbook 'poise', '~> 2.8.1'
cookbook 'poise-languages', '~> 2.1.1'
cookbook 'poise-ruby', '~> 2.4.0'
cookbook 'poise-javascript', '~> 1.2.0'
cookbook 'poise-javascript', git: 'https://github.com/poise/poise-javascript.git',
ref: 'b349e7b7e04edf495398a5f9415a4f8bb4b1badb'
cookbook 'poise-archive', '~> 1.5.0'
cookbook 'poise-service', '~> 1.5.2'
cookbook 'users', '~> 5.3.1'
@@ -61,3 +62,6 @@ cookbook 'windows', '= 3.1.1'
cookbook 'iis', '= 6.7.1'
cookbook 'mariadb', '= 0.3.1'
cookbook 'mingw', '= 2.0.0'
cookbook 'ipfs',
git: 'https://github.com/67P/ipfs-cookbook.git',
ref: 'master'