@@ -389,15 +389,15 @@ The following parameters are available in the `puppet_agent::install` class:
389
389
390
390
##### <a name =" -puppet_agent--install--package_version " ></a >` package_version `
391
391
392
- Data type: ` Optional[ String] `
392
+ Data type: ` String `
393
393
394
394
The puppet-agent version to install.
395
395
396
- Default value: ` undef `
396
+ Default value: ` 'present' `
397
397
398
398
##### <a name =" -puppet_agent--install--install_dir " ></a >` install_dir `
399
399
400
- Data type: ` Optional[[ Stdlib::Absolutepath] ] `
400
+ Data type: ` Optional[Stdlib::Absolutepath] `
401
401
402
402
The directory the puppet agent should be installed to. This is only applicable for
403
403
windows operating systems.
@@ -406,7 +406,7 @@ Default value: `undef`
406
406
407
407
##### <a name =" -puppet_agent--install--install_options " ></a >` install_options `
408
408
409
- Data type: ` Optional[ Array]`
409
+ Data type: ` Array[Variant[String, Hash] ] `
410
410
411
411
An array of additional options to pass when installing puppet-agent. Each option in
412
412
the array can either be a string or a hash. Each option will automatically be quoted
@@ -416,7 +416,7 @@ the installation command, forward slashes won't be automatically converted like
416
416
are in ` file ` resources.) Note also that backslashes in double-quoted strings _ must_
417
417
be escaped and backslashes in single-quoted strings _ can_ be escaped.
418
418
419
- Default value: ` undef `
419
+ Default value: ` [] `
420
420
421
421
### <a name =" puppet_agent--install--darwin " ></a >` puppet_agent::install::darwin `
422
422
@@ -437,7 +437,7 @@ The puppet-agent version to install.
437
437
438
438
##### <a name =" -puppet_agent--install--darwin--install_options " ></a >` install_options `
439
439
440
- Data type: ` Optional[ Array]`
440
+ Data type: ` Array[Variant[String, Hash] ] `
441
441
442
442
An array of additional options to pass when installing puppet-agent. Each option in
443
443
the array can either be a string or a hash. Each option will automatically be quoted
@@ -447,7 +447,7 @@ the installation command, forward slashes won't be automatically converted like
447
447
are in ` file ` resources.) Note also that backslashes in double-quoted strings _ must_
448
448
be escaped and backslashes in single-quoted strings _ can_ be escaped.
449
449
450
- Default value: ` undef `
450
+ Default value: ` [] `
451
451
452
452
### <a name =" puppet_agent--install--solaris " ></a >` puppet_agent::install::solaris `
453
453
@@ -468,7 +468,7 @@ The puppet-agent version to install.
468
468
469
469
##### <a name =" -puppet_agent--install--solaris--install_options " ></a >` install_options `
470
470
471
- Data type: ` Optional[ Array]`
471
+ Data type: ` Array[Variant[String, Hash] ] `
472
472
473
473
An array of additional options to pass when installing puppet-agent. Each option in
474
474
the array can either be a string or a hash. Each option will automatically be quoted
@@ -478,7 +478,7 @@ the installation command, forward slashes won't be automatically converted like
478
478
are in ` file ` resources.) Note also that backslashes in double-quoted strings _ must_
479
479
be escaped and backslashes in single-quoted strings _ can_ be escaped.
480
480
481
- Default value: ` undef `
481
+ Default value: ` [] `
482
482
483
483
### <a name =" puppet_agent--install--suse " ></a >` puppet_agent::install::suse `
484
484
@@ -499,7 +499,7 @@ The puppet-agent version to install.
499
499
500
500
##### <a name =" -puppet_agent--install--suse--install_options " ></a >` install_options `
501
501
502
- Data type: ` Optional[ Array]`
502
+ Data type: ` Array[Variant[String, Hash] ] `
503
503
504
504
An array of additional options to pass when installing puppet-agent.
505
505
Each option in the array can either be a string or a hash.
@@ -510,7 +510,7 @@ command, forward slashes won't be automatically converted like they are in
510
510
` file ` resources.) Note also that backslashes in double-quoted strings
511
511
_ must_ be escaped and backslashes in single-quoted strings _ can_ be escaped.
512
512
513
- Default value: ` undef `
513
+ Default value: ` [] `
514
514
515
515
### <a name =" puppet_agent--install--windows " ></a >` puppet_agent::install::windows `
516
516
@@ -525,7 +525,7 @@ The following parameters are available in the `puppet_agent::install::windows` c
525
525
526
526
##### <a name =" -puppet_agent--install--windows--install_options " ></a >` install_options `
527
527
528
- Data type: ` Array `
528
+ Data type: ` Array[Variant[String, Hash]] `
529
529
530
530
An array of additional options to pass when installing puppet-agent. Each option in
531
531
the array can either be a string or a hash. Each option will automatically be quoted
0 commit comments