summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/_launchd.rb
blob: 4a1e910b5183f779ad9e70d55564073686784ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Cookbook:: end_to_end
# Recipe:: launchd
#

file "/Library/LaunchDaemons/io.chef.testing.fake.plist" do
  path "io.chef.testing.fake.plist"
  mode "644"
end

launchd "io.chef.testing.fake" do
  source "io.chef.testing.fake"
end