summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2013-04-17 14:56:59 -0700
committerLamont Granquist <lamont@opscode.com>2013-04-17 18:29:25 -0700
commit257c32fb57d1a94d36057f88589f4d888250eee4 (patch)
tree0e80781818e87ecbd1fc612a963aa20ed29601be /lib/chef/providers.rb
parent305058b7b7eca03019248bd88ca20426a0f0cc11 (diff)
downloadchef-257c32fb57d1a94d36057f88589f4d888250eee4.tar.gz
port SNSs solaris user provider
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index ae95632eaa..aa14b92d28 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -84,6 +84,7 @@ require 'chef/provider/user/dscl'
require 'chef/provider/user/pw'
require 'chef/provider/user/useradd'
require 'chef/provider/user/windows'
+require 'chef/provider/user/solaris'
require 'chef/provider/group/aix'
require 'chef/provider/group/dscl'