Issue #10955 has been updated by Josh Cooper. Status changed from Investigating to Closed Assignee set to Josh Cooper
This issue is likely resolved due to changes in how we evaluate `Puppet.features.root?` on Windows (see #10299). Previously, we were checking if the current user name was a member of the `Administrators` group. However, the underlying WMI query was not restricted to just the local group, so in a large AD environment, this would include `Domain Admins`, and all of its nested groups. Now, we just look at the token associated with the current process and verify the local administrators sid is both present and enabled. ---------------------------------------- Bug #10955: Puppet agent hangs on Windows XP https://projects.puppetlabs.com/issues/10955#change-57317 Author: Jeff Sussna Status: Closed Priority: Normal Assignee: Josh Cooper Category: windows Target version: Affected Puppet version: 2.7.6 Keywords: Branch: Followed the Windows puppet agent install instructions (http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows) very carefully. Verified I'm running the correct version of ruby. All install steps completed without errors. Did install and am running as local account, not admin. Any puppet command (i.e., "puppet config print all") hangs. .puppet directory was not created. Tried creating it by hand, along with .puppet\Puppetlabs\puppet\etc and puppet.conf file. Not sure what needs to go in puppet.conf other than server=. OS is Windows XP SP3. -- 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.
