File: add_dns_v4_variables.patch

package info (click to toggle)
puppet-module-horizon 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,132 kB
  • sloc: ruby: 2,102; pascal: 712; python: 33; sh: 15; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 819 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: 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