diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-25 13:43:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-25 13:43:55 +0100 |
commit | 19112edef8ecb6e7798cfbf0f463fb936cd86042 (patch) | |
tree | 5ac084fd4241a98aae0dea7eb85dfa61c93c483e /hosts/wbq0-armhf-rb | |
parent | 9d11f9ea75073723034f961d70548068af4982b6 (diff) | |
download | jenkins.debian.net-19112edef8ecb6e7798cfbf0f463fb936cd86042.tar.xz |
fixup 3778770: reproducible: add sixth armhf build node
Diffstat (limited to 'hosts/wbq0-armhf-rb')
-rw-r--r-- | hosts/wbq0-armhf-rb/etc/munin/munin-node.conf | 2 | ||||
-rw-r--r-- | hosts/wbq0-armhf-rb/etc/postfix/main.cf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hosts/wbq0-armhf-rb/etc/munin/munin-node.conf b/hosts/wbq0-armhf-rb/etc/munin/munin-node.conf index d22b495a..518abcca 100644 --- a/hosts/wbq0-armhf-rb/etc/munin/munin-node.conf +++ b/hosts/wbq0-armhf-rb/etc/munin/munin-node.conf @@ -63,4 +63,4 @@ host * port 4949 allow ^78\.137\.96\.196 -hostname wbd0-armhf-rb.debian.net +hostname wbq0-armhf-rb.debian.net diff --git a/hosts/wbq0-armhf-rb/etc/postfix/main.cf b/hosts/wbq0-armhf-rb/etc/postfix/main.cf index 3d93e6ce..0053b2b3 100644 --- a/hosts/wbq0-armhf-rb/etc/postfix/main.cf +++ b/hosts/wbq0-armhf-rb/etc/postfix/main.cf @@ -27,11 +27,11 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for # information on enabling SSL in the smtp client. -myhostname = wbd0-armhf-rb.debian.net +myhostname = wbq0-armhf-rb.debian.net alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname -mydestination = wbd0-armhf-rb.debian.net, localhost +mydestination = wbq0-armhf-rb.debian.net, localhost relayhost = #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mynetworks = 127.0.0.0/8 |