From 89d65a24f2241b205980e31340e8bc610fe92a39 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 19 Aug 2015 20:03:59 +0200 Subject: [PATCH] Add seger --- hieradata/common.yaml | 1 + modules/debian-org/misc/local.yaml | 1 + modules/ferm/manifests/per-host.pp | 2 +- modules/sudo/files/sudoers | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 913a6c93..9a8b1f9f 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -92,6 +92,7 @@ roles: - reger.debian.org security_master: - chopin.debian.org + - seger.debian.org security_tracker: - soler.debian.org - soriano.debian.org diff --git a/modules/debian-org/misc/local.yaml b/modules/debian-org/misc/local.yaml index d94fb348..e085bca3 100644 --- a/modules/debian-org/misc/local.yaml +++ b/modules/debian-org/misc/local.yaml @@ -108,6 +108,7 @@ nameinfo: schroeder.debian.org: Hermann Schroeder (March 26th, 1904 - October 7th, 1984) 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) senfl.debian.org: Ludwig Senfl (~1490 - ~1543) senfter.debian.org: Johanna Senfter (November, 27th, 1879 - August 11th, 1961) setoguchi.debian.org: 瀬戸口藤吉, Tokichi Setoguchi (June 28th, 1868 - November 8th, 1941) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 187daba4..813856fc 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -431,7 +431,7 @@ class ferm::per-host { rule => '&SERVICE_RANGE(tcp, 5433, ( $HOST_PGBACKUPHOST_V6 ))' } } - chopin: { + seger,chopin: { @ferm::rule { 'dsa-postgres-backup': description => 'Allow postgress access', rule => '&SERVICE_RANGE(tcp, 5432, ( $HOST_PGBACKUPHOST_V4 ))' diff --git a/modules/sudo/files/sudoers b/modules/sudo/files/sudoers index 3f5ec74e..54f3070e 100644 --- a/modules/sudo/files/sudoers +++ b/modules/sudo/files/sudoers @@ -24,7 +24,7 @@ Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/ # Host alias specification Host_Alias VOIPHOSTS = vogler Host_Alias WEBHOSTS = wolkenstein -Host_Alias SECHOSTS = chopin +Host_Alias SECHOSTS = chopin, seger Host_Alias FTPHOSTS = franck Host_Alias ZIVITHOSTS = zelenka, zandonai Host_Alias AACRAIDHOSTS = beethoven, pettersson -- 2.39.2