File: add_dns_v4_variables.patch

package info (click to toggle)
puppet-module-horizon 21.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 988 kB
  • sloc: ruby: 2,008; pascal: 716; python: 38; sh: 15; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
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: 2022-12-06

Index: puppet-module-horizon/manifests/init.pp
===================================================================
--- puppet-module-horizon.orig/manifests/init.pp
+++ puppet-module-horizon/manifests/init.pp
@@ -652,6 +652,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',
 ) inherits horizon::params {
 
   include horizon::deps