Skip to content

Commit

Permalink
Merge branch 'CHEF-1690'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Mar 18, 2011
2 parents 96529ad + 11bd6e5 commit 6a5c157
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chef/lib/chef/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ def platforms
:group => Chef::Provider::Group::Dscl
}
},
:mac_os_x_server => {
:default => {
:package => Chef::Provider::Package::Macports,
:user => Chef::Provider::User::Dscl,
:group => Chef::Provider::Group::Dscl
}
},
:freebsd => {
:default => {
:group => Chef::Provider::Group::Pw,
Expand Down
1 change: 1 addition & 0 deletions chef/spec/unit/platform_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
describe "Chef::Platform supports" do
[
:mac_os_x,
:mac_os_x_server,
:freebsd,
:ubuntu,
:debian,
Expand Down

0 comments on commit 6a5c157

Please sign in to comment.