summaryrefslogtreecommitdiff
path: root/lib/chef/platform.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-10-05 18:22:15 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-10-05 18:22:15 -0700
commitba2b16491fe376357c5c0dd3ffb902aef66bf698 (patch)
tree7e5e91633e14bfc1a6e397690f334e0eebe29a6d /lib/chef/platform.rb
parentac33143e3ff45c2c98ec2265d2b4fc1bb4b429f1 (diff)
downloadchef-ba2b16491fe376357c5c0dd3ffb902aef66bf698.tar.gz
Adding user provider
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r--lib/chef/platform.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb
index 57332bc6ab..56d26f6c5d 100644
--- a/lib/chef/platform.rb
+++ b/lib/chef/platform.rb
@@ -53,7 +53,8 @@ class Chef
:python => Chef::Provider::Script,
:ruby => Chef::Provider::Script,
:bash => Chef::Provider::Script,
- :csh => Chef::Provider::Script
+ :csh => Chef::Provider::Script,
+ :user => Chef::Provider::User::Useradd,
}
}