8 lines
166 B
Ruby
8 lines
166 B
Ruby
source 'https://supermarket.getchef.com'
|
|
metadata
|
|
|
|
group :integration do
|
|
cookbook 'apt', '~> 2.0'
|
|
cookbook 'rsyslog_test', path: 'test/fixtures/rsyslog_test'
|
|
end
|