From 95ad9e1fdeab869e54f27b52c8857c505aca7cde Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 20 Feb 2019 16:37:11 +0100 Subject: [PATCH] Add schmelzer --- modules/debian_org/files/misc/local.yaml | 1 + modules/grub/manifests/init.pp | 2 +- modules/sudo/files/sudoers | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/debian_org/files/misc/local.yaml b/modules/debian_org/files/misc/local.yaml index 25a7c99e8..39b7531c5 100644 --- a/modules/debian_org/files/misc/local.yaml +++ b/modules/debian_org/files/misc/local.yaml @@ -77,6 +77,7 @@ nameinfo: respighi.debian.org: Elsa Respighi (née Olivieri-Sangiacomo) (March 24th, 1894 - March 17th, 1996) sallinen.debian.org: Aulis Sallinen (born April 9, 1935) santoro.debian.org: Cláudio Santoro (November 23rd, 1919 - March 27th, 1989) + schmelzer.debian.org: Johann Heinrich Schmelzer (c. 1620-1623 - between 29 February and 20 March 1680) schumann.debian.org: Robert Alexander Schumann (June 8th, 1810 - July 29th, 1856) sechter.debian.org: Simon Sechter (October 11th, 1788 - September 10th, 1867) seger.debian.org: Josef Seger (March 21st, 1716 - April 22nd, 1782) diff --git a/modules/grub/manifests/init.pp b/modules/grub/manifests/init.pp index 73b348220..27f76bdf5 100644 --- a/modules/grub/manifests/init.pp +++ b/modules/grub/manifests/init.pp @@ -11,7 +11,7 @@ class grub { $grub_manage = true $grub_do_kernel_serial = true $grub_do_grub_serial = true - } elsif $::hostname in [mirror-skroutz,conova-node01,conova-node02,arm-arm-01,fasolo,manda-node03,manda-node04] { + } elsif $::hostname in [mirror-skroutz,conova-node01,conova-node02,arm-arm-01,fasolo,manda-node03,manda-node04,schmelzer] { $grub_manage = true $grub_do_kernel_serial = true $grub_do_grub_serial = true diff --git a/modules/sudo/files/sudoers b/modules/sudo/files/sudoers index 9042142aa..7f6609293 100644 --- a/modules/sudo/files/sudoers +++ b/modules/sudo/files/sudoers @@ -33,7 +33,7 @@ Host_Alias FTPHOSTS = fasolo Host_Alias ZIVITHOSTS = zelenka, zandonai Host_Alias AACRAIDHOSTS = pettersson Host_Alias MEGARAIDHOSTS = sibelius -Host_Alias DELLHOSTS = schumann, wieck, manda-node03, manda-node04 +Host_Alias DELLHOSTS = schumann, wieck, manda-node03, manda-node04, schmelzer Host_Alias LISTHOSTS = bendel Host_Alias BUILDD_MASTER = wuiet Host_Alias PORTERBOXES = abel, amdahl, barriere, eller, harris, minkus, plummer, zelenka -- 2.20.1