diff options
Diffstat (limited to 'hosts/rpi2b-armhf-rb/etc')
-rw-r--r-- | hosts/rpi2b-armhf-rb/etc/munin/munin-node.conf | 2 | ||||
-rw-r--r-- | hosts/rpi2b-armhf-rb/etc/pbuilderrc | 2 | ||||
-rw-r--r-- | hosts/rpi2b-armhf-rb/etc/postfix/main.cf | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/hosts/rpi2b-armhf-rb/etc/munin/munin-node.conf b/hosts/rpi2b-armhf-rb/etc/munin/munin-node.conf index d22b495a..4b758008 100644 --- a/hosts/rpi2b-armhf-rb/etc/munin/munin-node.conf +++ b/hosts/rpi2b-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 rpi2b-armhf-rb.debian.net diff --git a/hosts/rpi2b-armhf-rb/etc/pbuilderrc b/hosts/rpi2b-armhf-rb/etc/pbuilderrc index aa5fb071..d8ae4129 100644 --- a/hosts/rpi2b-armhf-rb/etc/pbuilderrc +++ b/hosts/rpi2b-armhf-rb/etc/pbuilderrc @@ -6,7 +6,7 @@ # read pbuilderrc.5 document for notes on specific options. case $HOSTNAME in jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;; - bpi0|cbxi4pro0|hb0|wbq0|odxu4*|wbd0|rpi2b|ff2a) MIRRORSITE=http://ftp.us.debian.org/debian ;; + bpi0|cbxi4pro0|hb0|wbq0|odxu4*|wbd0|rpi2*|ff2a) MIRRORSITE=http://ftp.us.debian.org/debian ;; *) echo "unsupported host, exiting." ; exit 1 ;; esac EXTRAPACKAGES="" # better list them in bin/reproducible_setup_pbuilder.sh diff --git a/hosts/rpi2b-armhf-rb/etc/postfix/main.cf b/hosts/rpi2b-armhf-rb/etc/postfix/main.cf index 3d93e6ce..ea91ceed 100644 --- a/hosts/rpi2b-armhf-rb/etc/postfix/main.cf +++ b/hosts/rpi2b-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 = rpi2b-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 = rpi2b-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 |