Title: Message Title
Christopher Webber commented on an issue
Puppet / Bug PUP-1510
ensure => absent on user resource with forcelocal => true does not work as expected.
Given:
{code}
user { 'foo':
  ensure => absent,
  forcelocal => true,
}
{code}
The {{luserdel}} command should be run just like {{ensure => present}} uses {{luseradd}}. It appears the plumbing to do so is there but {{cmd[:localdelete]}} is never defined. Additionally, there are no references to {{luserdel}} which would be required to do the local u...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to