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)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: markco, Assigned: markco)

References

Details

No description provided.
Assignee: relops → mcornmesser
Blocks: 1510834

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',

}

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.