1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Variables for DNS v4
Author: Olivier Chaze <olivier.chaze@infomaniak.com>
Forwarded: no
Last-Update: 2024-10-09
Index: puppet-module-horizon/manifests/init.pp
===================================================================
--- puppet-module-horizon.orig/manifests/init.pp
+++ puppet-module-horizon/manifests/init.pp
@@ -680,6 +680,8 @@ class horizon (
$horizon_upload_mode = undef,
$default_boot_source = undef,
$system_scope_services = undef,
+ $default_nameserver_1 = '9.9.9.9',
+ $default_nameserver_2 = '149.112.112.112',
Boolean $show_diff = false,
) inherits horizon::params {
include horizon::deps
|