Weidong Shao 486c596323 Replace cookbooks for IceHouse release
Change-Id: Ibb6bdd3ed7795b86f773f9cb6ce1dfffb9b79faf
2014-08-07 08:36:02 +00:00

19 lines
538 B
Ruby

name 'logrotate'
maintainer 'Opscode, Inc.'
maintainer_email 'cookbooks@opscode.com'
license 'Apache 2.0'
description 'Installs logrotate package and provides a definition for logrotate configs'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.5.0'
recipe 'logrotate', 'Installs logrotate package'
provides 'logrotate_app'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'redhat'
supports 'scientific'
supports 'ubuntu'