summaryrefslogtreecommitdiff
path: root/lib/chef/resource/apt_preference.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/apt_preference.rb')
-rw-r--r--lib/chef/resource/apt_preference.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/apt_preference.rb b/lib/chef/resource/apt_preference.rb
index fd987466ea..bdbfc06c8f 100644
--- a/lib/chef/resource/apt_preference.rb
+++ b/lib/chef/resource/apt_preference.rb
@@ -76,7 +76,7 @@ class Chef
required: [:add]
default_action :add
- allowed_actions :add, :remove
+ actions :add, :remove
APT_PREFERENCE_DIR = "/etc/apt/preferences.d".freeze