Skip to content

Commit

Permalink
Merge pull request #313 from ripienaar/312
Browse files Browse the repository at this point in the history
(#312) sets a default value for the gem_options property
  • Loading branch information
ripienaar committed Feb 23, 2022
2 parents ae52f5e + a8f49a4 commit 651381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
Optional[String[1]] $gem_source = undef,
String[1] $gem_provider,
Enum['content', 'source'] $plugin_file_transfer_type = 'source',
Optional[Array[String]] $gem_options,
Optional[Array[String]] $gem_options = [],
) {
$factspath = "${configdir}/generated-facts.yaml"

Expand Down

0 comments on commit 651381a

Please sign in to comment.