Update the ipfs cookbook
This commit is contained in:
@@ -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": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
15
cookbooks/redis/metadata.rb
Normal file
15
cookbooks/redis/metadata.rb
Normal 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"
|
||||
Reference in New Issue
Block a user