Closed
Bug 1524436
Opened 7 years ago
Closed 7 years ago
[Ronin WIndows] Set windows nodes to default to high performance power plan.
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: markco, Assigned: markco)
References
Details
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
Straight forward from the Windows forge module: https://forge.puppet.com/counsyl/windows
https://github.com/markcor/ronin-win-base/blob/master/site/profiles/manifests/common_sys_config.pp
# Power scheeme should defualt to high performance
class { 'windows::power_scheme':
ensure => 'High performance',
}
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•