summaryrefslogtreecommitdiff
path: root/lib/chef/provider/apt_preference.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/apt_preference.rb')
-rw-r--r--lib/chef/provider/apt_preference.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/apt_preference.rb b/lib/chef/provider/apt_preference.rb
index 5e19c33ce7..ff4ea02ff0 100644
--- a/lib/chef/provider/apt_preference.rb
+++ b/lib/chef/provider/apt_preference.rb
@@ -24,7 +24,7 @@ require "chef/log"
class Chef
class Provider
class AptPreference < Chef::Provider
- provides :apt_preference, os: "linux", platform_family: [ "debian" ]
+ provides :apt_preference, os: "linux", platform_family: "debian"
APT_PREFERENCE_DIR = "/etc/apt/preferences.d".freeze