Update the ipfs cookbook

This commit is contained in:
Greg Karékinian
2019-02-25 12:57:11 +01:00
parent 33b8b39be2
commit 2e1cdbecc6
21 changed files with 340 additions and 57 deletions

View File

@@ -12,19 +12,11 @@
"dependencies": {
"apt": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"redis::default": "Sets up ppa apt repository",
@@ -44,4 +36,4 @@
"gems": [
]
}
}

View File

@@ -0,0 +1,15 @@
name "redis"
maintainer "Phil Cohen"
maintainer_email "github@phlippers.net"
license "MIT"
description "Installs and configures Redis"
version "0.5.6"
recipe "redis::default", "Sets up ppa apt repository"
recipe "redis::server", "Installs redis server"
recipe "redis::client", "Installs redis client"
supports "debian"
supports "ubuntu"
depends "apt"