Issue #15959 has been updated by Daniel Pittman.

Status changed from Tests Insufficient to Merged - Pending Release
Target version changed from 2.7.x to 2.7.20

Thanks - the update fixes the problem, and now everything tests fine on other 
platforms.  Good job.
----------------------------------------
Bug #15959: solaris: groupadd system parameter is not supported on solaris
https://projects.puppetlabs.com/issues/15959#change-70450

Author: Rahul Gopinath
Status: Merged - Pending Release
Priority: Normal
Assignee: Stefan Schulte
Category: group
Target version: 2.7.20
Affected Puppet version: 
Keywords: 
Branch: https://github.com/puppetlabs/puppet/pull/1052


    | sudo puppet resource group zoro ensure=present system=true

Error: Could not create group zoro: Execution of '/usr/sbin/groupadd -r zoro' 
returned 2: /usr/sbin/groupadd: illegal option -- r
UX: groupadd: ERROR: invalid syntax.
usage: groupadd [-g gid [-o]] group

Error: /Group[zoro]/ensure: change from absent to present failed: Could not 
create group zoro: Execution of '/usr/sbin/groupadd -r zoro' returned 2: 
/usr/sbin/groupadd: illegal option -- r
UX: groupadd: ERROR: invalid syntax.
usage: groupadd [-g gid [-o]] group

group { 'zoro':
  ensure => 'absent',
}



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to