Issue #8893 has been reported by Martin Alfke.
----------------------------------------
Feature #8893: H-UX: allow shared homedirs for users
https://projects.puppetlabs.com/issues/8893
Author: Martin Alfke
Status: Unreviewed
Priority: Normal
Assignee:
Category: user
Target version:
Affected Puppet version:
Keywords:
Branch:
err: /User[XXX]/gid: change from 3 to 0 failed: Could not set gid on user[XXX]:
Execution of '/usr/sam/lbin/usermod.sam -F -g 0 XXX' returned 45: Cannot modify
user 'XXX': Home directory '/.root_home' is shared
Fix:
type/user/hpux.rb:
<pre>
def modifycmd(param,value)
# super.insert(1,"-F")
cmd = [command(:modify)]
cmd << "-F"
cmd += add_properties
if @resource[:allowdupe]
cmd << "-o"
end
cmd << @resource[:name]
end
end
</pre>
--
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.