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

include_recipe "::linux" if platform_family?("rhel", "debian")
include_recipe "::windows" if windows?