"create_group" value is never used
Closed this issue ยท 5 comments
I see how this value can be set in the data bag and I also see how there is a default value set in the attributes (i.e. default['user']['create_user_group']
), but I never see it being used.
Inside the account provider, I see this line:
@create_group = bool(new_resource.create_group, node['user']['create_group'])
but I never see this value used anywhere in the rest of the file.
Am I missing something here? I would think that if this option is passed, then the gid should be set to "users" or something similar.
๐, please fix
๐ please fix!!
๐ fix pls.
This is still an issue for us as well. We are locked at an older version and can't upgrade at this time verison 0.3.1
If we can monkey patch something as a quick fix it'd be great. If not, then we'll probably rewrite a custom cookbook ourselves but would prefer from insight if anyone has found a work around
I'm a little late to the party, but this is still relevant. Please fix ๐