summaryrefslogtreecommitdiff
path: root/lib/chef/resource/remote_directory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/remote_directory.rb')
-rw-r--r--lib/chef/resource/remote_directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/remote_directory.rb b/lib/chef/resource/remote_directory.rb
index b6dc0b7a98..c35b6d52d9 100644
--- a/lib/chef/resource/remote_directory.rb
+++ b/lib/chef/resource/remote_directory.rb
@@ -32,7 +32,7 @@ class Chef
description "Use the **remote_directory** resource to incrementally transfer a directory from a cookbook to a node. The director that is copied from the cookbook should be located under COOKBOOK_NAME/files/default/REMOTE_DIRECTORY. The remote_directory resource will obey file specificity."
default_action :create
- allowed_actions :create, :create_if_missing, :delete
+ actions :create, :create_if_missing, :delete
def initialize(name, run_context = nil)
super