Version information
released Oct 20th 2013
Start using this module
Add this module to your Puppetfile:
mod 'liamjbennett-win_facts', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
liamjbennett/win_facts — version 0.0.2 Oct 20th 2013
Puppet module with additional useful windows facts
This module is also available on the Puppet Forge
##Facts
- operatingsystemversion - Full Product Name of the Windows Version and Edition being used e.g. Windows Server 2008 R2
- windows_productkey - The product key that was used to license the version of Windows
- windows_sid - The unique SID identifier for the box
- windows_systemtype - The bitness of the box (x86 or x64)
0.0.2 Fixed issue #3 with a constant defintion conflicting with the puppetlabs/registry module Fixed issue #1 with systemtype reporting incorrectly on some version of windows
0.0.1 The initial version
Copyright (C) 2013 Liam Bennett - liamjbennett@gmail.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.