summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/_launchd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/end_to_end/recipes/_launchd.rb')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/_launchd.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_launchd.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_launchd.rb
new file mode 100644
index 0000000000..4a1e910b51
--- /dev/null
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_launchd.rb
@@ -0,0 +1,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