chef/site-cookbooks/backup/metadata.rb
Greg Karékinian 8f95c220f5 Install Ruby in the backup cookbook
Also switch to the 5.0 beta version, it works with modern Rubies
2019-01-24 19:23:09 +01:00

13 lines
354 B
Ruby

maintainer 'Kosmos'
maintainer_email 'mail@kosmos.org'
license 'All rights reserved'
description "Installs/configures backup via the Backup gem"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.5.0"
name "backup"
depends 'logrotate'
depends 'mysql'
depends 'postgresql'
depends 'build-essential'