Puppet Class: powercli::params
- Inherited by:
-
powercli
- Defined in:
- manifests/params.pp
Summary
Default parametersOverview
2 3 4 5 6 7 8 9 10 11 |
# File 'manifests/params.pp', line 2
class powercli::params {
$config = {
'ParticipateInCEIP' => {
value => false,
},
'InvalidCertificateAction' => {
value => 'Ignore',
},
}
}
|