summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig/redhat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/ifconfig/redhat.rb')
-rw-r--r--lib/chef/provider/ifconfig/redhat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/ifconfig/redhat.rb b/lib/chef/provider/ifconfig/redhat.rb
index 70d78bcfe9..275207665b 100644
--- a/lib/chef/provider/ifconfig/redhat.rb
+++ b/lib/chef/provider/ifconfig/redhat.rb
@@ -22,7 +22,7 @@ class Chef
class Provider
class Ifconfig
class Redhat < Chef::Provider::Ifconfig
- provides :ifconfig, platform_family: %w{fedora rhel amazon}
+ provides :ifconfig, platform_family: "fedora_derived"
def initialize(new_resource, run_context)
super(new_resource, run_context)