chef/site-cookbooks/backup/metadata.rb
Greg Karékinian 2a4940b361 Install Ruby in the backup cookbook
Also switch to the 5.0 beta version, it works with modern Rubies
2019-03-19 10:41:23 +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'