Skip to content

Commit

Permalink
Update init.pp
Browse files Browse the repository at this point in the history
Adding variant type to be able to use string or Array for packages to be installed.
  • Loading branch information
sfoutrel authored Jan 17, 2024
1 parent 31875cc commit 10f391f
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 @@ -172,7 +172,7 @@
String[1] $owner = 'unbound',
String[1] $username = $owner,
# OpenBSD sets this to an empty string
String $package_name = 'unbound',
Variant[String,Array] $package_name = 'unbound',
String[1] $package_ensure = 'installed',
Boolean $purge_unbound_conf_d = false,
String[1] $root_hints_url = 'https://www.internic.net/domain/named.root',
Expand Down

0 comments on commit 10f391f

Please sign in to comment.