Title: Message Title
Andy Parker commented on an issue
Puppet / Bug PUP-2031
unless_uid on user is completely broken wrt ranges
A PR was merged in PUP-1447 that adds an unless_uid option. However, the implementation is completely broken:

This works:
{noformat}
  resources { 'user':
    purge => true,
    unless_system_user => true,
    unless_uid => 20000,
  }
{noformat}

Broken:
{noformat}
  resources { 'user':
    purge => true,
...

--
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/d/optout.

Reply via email to