summaryrefslogtreecommitdiff
path: root/features/data/cookbooks/lwrp/recipes/provider_invokes_resource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/data/cookbooks/lwrp/recipes/provider_invokes_resource.rb')
-rw-r--r--features/data/cookbooks/lwrp/recipes/provider_invokes_resource.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/features/data/cookbooks/lwrp/recipes/provider_invokes_resource.rb b/features/data/cookbooks/lwrp/recipes/provider_invokes_resource.rb
deleted file mode 100644
index c2e94aa064..0000000000
--- a/features/data/cookbooks/lwrp/recipes/provider_invokes_resource.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-lwrp :lwrp_provider_invokes_resource do
- filename "lwrp_touch_file.txt"
- action :touch_file
-
- provider :lwrp
-end