Issue #1169 has been updated by jamtur01. Target version set to 0.24.4
---------------------------------------- Bug #1169: Handling of High GIDs (and probably UIDs) for File is broken http://reductivelabs.com/redmine/issues/show/1169 Author: arogge Status: Closed Priority: Normal Assigned to: luke Category: Target version: 0.24.4 Keywords: Complexity: Medium Patch: Code Affected version: When trying to define a File's group as a group with a high id (I tested a group with GID 1001660) you get a "Tried to get gid field for silly id 1001660" (from Puppet::Util::POSIX get_posix_field) because there's a check that stops you from using high UID/GID. In file/group.rb there's also a check for high UID/GID. As I have to use at least high GIDs in puppet, this is some kind of show-stopper for me... I could probably write an appropriate patch if I knew why these checks are actually there. I report this issue for 0.23.2 because that's what I'm using. However, it seems like this issue is still present in the current release. ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
