summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
blob: 20971a03337f8f7dcee9f77b9020a5f33f26315a (plain)
1
2
3
4
5
6
7
8
9
10
#
# Cookbook:: end_to_end
# Recipe:: default
#
# Copyright:: Copyright (c) Chef Software Inc.
#

include_recipe "::linux" if linux?
include_recipe "::macos" if macos?
include_recipe "::windows" if windows?