diff options
Diffstat (limited to 'lib/chef/provider/user/pw.rb')
-rw-r--r-- | lib/chef/provider/user/pw.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/provider/user/pw.rb b/lib/chef/provider/user/pw.rb index 0dc80103da..fe71e93561 100644 --- a/lib/chef/provider/user/pw.rb +++ b/lib/chef/provider/user/pw.rb @@ -23,9 +23,6 @@ class Chef class User class Pw < Chef::Provider::User - implements :user, - :on_platforms => :freebsd - def load_current_resource super raise Chef::Exceptions::User, "Could not find binary /usr/sbin/pw for #{@new_resource}" unless ::File.exists?("/usr/sbin/pw") |