Skip to content

Commit 86cf46d

Browse files
updated reference for interface_automatic_ports
1 parent 7d2dd58 commit 86cf46d

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

REFERENCE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following parameters are available in the `unbound` class:
4646
* [`hints_file_content`](#-unbound--hints_file_content)
4747
* [`unbound_version`](#-unbound--unbound_version)
4848
* [`update_root_hints`](#-unbound--update_root_hints)
49+
* [`interface_automatic_ports`](#-unbound--interface_automatic_ports)
4950
* [`manage_service`](#-unbound--manage_service)
5051
* [`verbosity`](#-unbound--verbosity)
5152
* [`statistics_interval`](#-unbound--statistics_interval)
@@ -55,7 +56,6 @@ The following parameters are available in the `unbound` class:
5556
* [`port`](#-unbound--port)
5657
* [`interface`](#-unbound--interface)
5758
* [`interface_automatic`](#-unbound--interface_automatic)
58-
* [`interface_automatic_ports`](#-unbound--interface_automatic_ports)
5959
* [`outgoing_interface`](#-unbound--outgoing_interface)
6060
* [`outgoing_range`](#-unbound--outgoing_range)
6161
* [`outgoing_port_permit`](#-unbound--outgoing_port_permit)
@@ -282,6 +282,14 @@ If set to true (and hints_file isn't set to 'builtin') a systemd timer will be c
282282

283283
Default value: `fact('systemd') ? { true => 'present', default => 'unmanaged'`
284284

285+
##### <a name="-unbound--interface_automatic_ports"></a>`interface_automatic_ports`
286+
287+
Data type: `Optional[String[1]]`
288+
289+
specifies the default ports to listen on when interface_automatic is also set to true, defaults to undef, specify as a string of space seperated ports e.g. "53 853 443"
290+
291+
Default value: `undef`
292+
285293
##### <a name="-unbound--manage_service"></a>`manage_service`
286294

287295
Data type: `Boolean`
@@ -354,14 +362,6 @@ Data type: `Boolean`
354362

355363
Default value: `false`
356364

357-
##### <a name="-unbound--interface_automatic_ports_"></a>`interface_automatic_ports`
358-
359-
Data type: `Optional[String[1]]`
360-
361-
362-
363-
Default value: `undef`
364-
365365
##### <a name="-unbound--outgoing_interface"></a>`outgoing_interface`
366366

367367
Data type: `Array[String[1]]`

manifests/init.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
# the version of the installed unbound instance. defaults to the fact, but you can overwrite it. this reduces the initial puppet runs from two to one
1010
# @param update_root_hints
1111
# If set to true (and hints_file isn't set to 'builtin') a systemd timer will be configured to update the root hints file every month
12+
# @param interface_automatic_ports
13+
# specifies the default ports to listen on when interface_automatic is also set to true, defaults to undef, specify as a string of space seperated ports e.g. "53 853 443"
1214
#
1315
class unbound (
1416
Boolean $manage_service = true,

0 commit comments

Comments
 (0)