Issue #15959 has been reported by Rahul Gopinath.
----------------------------------------
Bug #15959: solaris: groupadd system parameter is not supported on solaris
https://projects.puppetlabs.com/issues/15959
Author: Rahul Gopinath
Status: Unreviewed
Priority: Normal
Assignee:
Category: group
Target version: 3.x
Affected Puppet version:
Keywords:
Branch:
| 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.