Version information
released Sep 17th 2019
This version is compatible with:
- Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.7.0 < 7.0.0
Tasks:
- slmgr_ipk
- slmgr_ato
Start using this module
Add this module to your Puppetfile:
mod 'jpi-kms_win', '0.1.4'
Learn more about managing modules with a PuppetfileDocumentation
jpi/kms_win — version 0.1.4 Sep 17th 2019
kms_win
AppVeyor | Forge Version | Forge PDK Version | Forge Downloads |
---|---|---|---|
Manage the KMS client settings on a Windows machine.
Parameters
key_management_service_name
- The FQDN of the KMS server.key_management_service_port
- [Optional] The port of the KMS server. Defaults to '1688'.attempt_activation
- [Optional] Whether or not to run 'slmgr /ato' after setting either the KMS name or port. Defaults to 'true'.
Usage
At a minimum set the key_management_service_name
to the FQDN of your KMS server.
Example
class { 'kms_win':
key_management_service_name => 'kmsserver.contoso.com',
}
License
Kms_win is released under the MIT license.
What are tasks?
Modules can contain tasks that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.
Tasks in this module release
Dependencies
- puppetlabs/stdlib (>= 4.20.0)
- puppetlabs/registry (>= 1.1.4)
MIT License Copyright (c) 2019 Joey Piccola Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.