Files
strfry-cookbook/attributes/default.rb
T
raucao cb11817dcd Upgrade strfry to 1.1.1
Remove obsolete dependencies, introduce new config attributes, improve
comments for existing config
2026-08-07 08:21:57 -06:00

22 lines
577 B
Ruby

node.default["strfry"]["repo"] = "https://github.com/hoytech/strfry.git"
node.default["strfry"]["revision"] = "1.1.1"
node.default["strfry"]["download_url"] = nil
node.default["strfry"]["checksum"] = nil
node.default["strfry"]["user"] = "strfry"
node.default["strfry"]["group"] = "strfry"
node.default["strfry"]["config"] = {
db: "/var/lib/strfry"
# db_params: {},
# events: {},
# relay: {
# auth: {},
# info: {},
# write_policy: {},
# compression: {},
# logging: {},
# num_threads: {},
# negentropy: {},
# filter_validation: {}
# }
}