Skip to content

Commit

Permalink
Add OmniOS support.
Browse files Browse the repository at this point in the history
  • Loading branch information
anl committed Jan 20, 2014
1 parent ce45d05 commit 67dcee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions attributes/default.rb
Expand Up @@ -29,6 +29,9 @@
when 'mac_os_x', 'mac_os_x_server'
default['user']['home_root'] = "/Users"
default['user']['default_shell'] = "/bin/bash"
when 'omnios'
default['user']['home_root'] = "/export/home"
default['user']['default_shell'] = "/bin/bash"
else
default['user']['home_root'] = "/home"
default['user']['default_shell'] = nil
Expand Down

0 comments on commit 67dcee3

Please sign in to comment.