rgbkrk / ipython-notebook-cookbook

:book: IPython Notebook Cookbook for Deployment via Chef
Apache License 2.0
41 stars 10 forks source link

create_profile does not use linux_group #17

Open malina-kirn opened 9 years ago

malina-kirn commented 9 years ago

At https://github.com/rgbkrk/ipython-notebook-cookbook/blob/master/providers/profile.rb#L32, create_profile is called specifying that the group is identical to the user. If using a linux_group that is not equivalent to linux_user, this operation fails with error can't find group for <linux_user>.

rgbkrk commented 9 years ago

Well drat. What should this accept? Another parameter or something else?