@@ -389,15 +389,15 @@ The following parameters are available in the `puppet_agent::install` class:
389389
390390##### <a name =" -puppet_agent--install--package_version " ></a >` package_version `
391391
392- Data type: ` Optional[ String] `
392+ Data type: ` String `
393393
394394The puppet-agent version to install.
395395
396- Default value: ` undef `
396+ Default value: ` 'present' `
397397
398398##### <a name =" -puppet_agent--install--install_dir " ></a >` install_dir `
399399
400- Data type: ` Optional[[ Stdlib::Absolutepath] ] `
400+ Data type: ` Optional[Stdlib::Absolutepath] `
401401
402402The directory the puppet agent should be installed to. This is only applicable for
403403windows operating systems.
@@ -406,7 +406,7 @@ Default value: `undef`
406406
407407##### <a name =" -puppet_agent--install--install_options " ></a >` install_options `
408408
409- Data type: ` Optional[ Array]`
409+ Data type: ` Array[Variant[String, Hash] ] `
410410
411411An array of additional options to pass when installing puppet-agent. Each option in
412412the 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
416416are in ` file ` resources.) Note also that backslashes in double-quoted strings _ must_
417417be escaped and backslashes in single-quoted strings _ can_ be escaped.
418418
419- Default value: ` undef `
419+ Default value: ` [] `
420420
421421### <a name =" puppet_agent--install--darwin " ></a >` puppet_agent::install::darwin `
422422
@@ -437,7 +437,7 @@ The puppet-agent version to install.
437437
438438##### <a name =" -puppet_agent--install--darwin--install_options " ></a >` install_options `
439439
440- Data type: ` Optional[ Array]`
440+ Data type: ` Array[Variant[String, Hash] ] `
441441
442442An array of additional options to pass when installing puppet-agent. Each option in
443443the 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
447447are in ` file ` resources.) Note also that backslashes in double-quoted strings _ must_
448448be escaped and backslashes in single-quoted strings _ can_ be escaped.
449449
450- Default value: ` undef `
450+ Default value: ` [] `
451451
452452### <a name =" puppet_agent--install--solaris " ></a >` puppet_agent::install::solaris `
453453
@@ -468,7 +468,7 @@ The puppet-agent version to install.
468468
469469##### <a name =" -puppet_agent--install--solaris--install_options " ></a >` install_options `
470470
471- Data type: ` Optional[ Array]`
471+ Data type: ` Array[Variant[String, Hash] ] `
472472
473473An array of additional options to pass when installing puppet-agent. Each option in
474474the 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
478478are in ` file ` resources.) Note also that backslashes in double-quoted strings _ must_
479479be escaped and backslashes in single-quoted strings _ can_ be escaped.
480480
481- Default value: ` undef `
481+ Default value: ` [] `
482482
483483### <a name =" puppet_agent--install--suse " ></a >` puppet_agent::install::suse `
484484
@@ -499,7 +499,7 @@ The puppet-agent version to install.
499499
500500##### <a name =" -puppet_agent--install--suse--install_options " ></a >` install_options `
501501
502- Data type: ` Optional[ Array]`
502+ Data type: ` Array[Variant[String, Hash] ] `
503503
504504An array of additional options to pass when installing puppet-agent.
505505Each 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
510510` file ` resources.) Note also that backslashes in double-quoted strings
511511_ must_ be escaped and backslashes in single-quoted strings _ can_ be escaped.
512512
513- Default value: ` undef `
513+ Default value: ` [] `
514514
515515### <a name =" puppet_agent--install--windows " ></a >` puppet_agent::install::windows `
516516
@@ -525,7 +525,7 @@ The following parameters are available in the `puppet_agent::install::windows` c
525525
526526##### <a name =" -puppet_agent--install--windows--install_options " ></a >` install_options `
527527
528- Data type: ` Array `
528+ Data type: ` Array[Variant[String, Hash]] `
529529
530530An array of additional options to pass when installing puppet-agent. Each option in
531531the array can either be a string or a hash. Each option will automatically be quoted
0 commit comments