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