Switch the ipfs cookbook from GitHub to Gitlab

This commit is contained in:
Greg Karékinian 2020-02-04 16:25:42 +01:00
parent 628b8c6ef8
commit 396cc344fb
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ cookbook 'compat_resource', '= 12.19.0'
cookbook 'homebrew', '= 3.0.0' cookbook 'homebrew', '= 3.0.0'
cookbook 'mariadb', '= 0.3.1' cookbook 'mariadb', '= 0.3.1'
cookbook 'ipfs', cookbook 'ipfs',
git: 'https://github.com/67P/ipfs-cookbook.git', git: 'https://gitea.kosmos.org/kosmos/ipfs-cookbook.git',
ref: 'v0.4.1' ref: 'v0.4.1'
cookbook 'elasticsearch', '= 4.2.0' cookbook 'elasticsearch', '= 4.2.0'
cookbook 'java', '~> 4.3.0' cookbook 'java', '~> 4.3.0'

View File

@ -16,7 +16,7 @@ DEPENDENCIES
hostname (= 0.4.2) hostname (= 0.4.2)
hostsfile (= 2.4.5) hostsfile (= 2.4.5)
ipfs ipfs
git: https://github.com/67P/ipfs-cookbook.git git: https://gitea.kosmos.org/kosmos/ipfs-cookbook.git
revision: 5c31191ff8571bc8425375fbf938913ac64aa2ee revision: 5c31191ff8571bc8425375fbf938913ac64aa2ee
ref: v0.4.1 ref: v0.4.1
java (~> 4.3.0) java (~> 4.3.0)