summaryrefslogtreecommitdiff
path: root/features/data/cookbooks/lwrp/recipes/provider_is_a_string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/data/cookbooks/lwrp/recipes/provider_is_a_string.rb')
-rw-r--r--features/data/cookbooks/lwrp/recipes/provider_is_a_string.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/features/data/cookbooks/lwrp/recipes/provider_is_a_string.rb b/features/data/cookbooks/lwrp/recipes/provider_is_a_string.rb
deleted file mode 100644
index 78f333bcd4..0000000000
--- a/features/data/cookbooks/lwrp/recipes/provider_is_a_string.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-lwrp :provider_is_a_string do
- message "Provider is a string"
- action :print_message
-
- provider "lwrp"
-end