Add logrotate cookbook

This commit is contained in:
Greg Karékinian
2016-05-13 17:10:03 +02:00
parent 096b4900bd
commit 5d11298c1d
23 changed files with 1308 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04
run_list:
- recipe[fake::prep]
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[logrotate::default]
- name: definition
run_list:
- recipe[fake::definition]
- name: global
run_list:
- recipe[logrotate::global]