Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
1
-
Windows 2015-08-26
Description
PowerShell Module specs are currently failing based on a call to elevated_security? which should not be called because windows_version should be coming back less than 6.0. But in Puppet 3.0.0, it makes the call and fails. This is failing but it doesn't appear that it should be b/c it shouldn't be making the call to elevated_security? in facter.
Error
Puppet version:
|
C:/12813/gems/gems/win32-security-0.1.4/lib/win32/security.rb:54:in `elevated_security?': Incorrect function. (Win32::Security::Error)
|
from C:/12813/gems/gems/facter-2.2.0/lib/facter/util/windows_root.rb:5:in `root?'
|
Reference
- Error in win32-security call to elevated_security?
But looking at the Gemfile.lock, it chose Facter 2.0.2, which skips the check based on windows_version- In Facter 2.2.0, it doesn't even make the check
- If we look at windows_version, it also looks to work properly.
Link
Attachments
Issue Links
- links to