We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4084964 commit f5bb8baCopy full SHA for f5bb8ba
manifests/init.pp
@@ -177,7 +177,7 @@
177
String[1] $owner = 'unbound',
178
String[1] $username = $owner,
179
# OpenBSD sets this to an empty string
180
- String $package_name = 'unbound',
+ Variant[String,Array] $package_name = 'unbound',
181
String[1] $package_ensure = 'installed',
182
Boolean $purge_unbound_conf_d = false,
183
String[1] $root_hints_url = 'https://www.internic.net/domain/named.root',
0 commit comments