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 and b4ldr committed Aug 29, 2024
1 parent 4084964 commit f5bb8ba
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 @@ -177,7 +177,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 f5bb8ba

Please sign in to comment.