summaryrefslogtreecommitdiff
path: root/lib/chef/resource/route.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/route.rb')
-rw-r--r--lib/chef/resource/route.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/route.rb b/lib/chef/resource/route.rb
index 82f961679b..bd42cf881e 100644
--- a/lib/chef/resource/route.rb
+++ b/lib/chef/resource/route.rb
@@ -27,7 +27,7 @@ class Chef
provides :route
default_action :add
- allowed_actions :add, :delete
+ actions :add, :delete
description "Use the **route** resource to manage the system routing table in a Linux environment."