X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=data%2Fcommon.yaml;h=b9e458947bde7e13981a908b017343a01414d459;hb=01c8ae18739a123996081388ca68fe34459b218f;hp=4abd2a244f6cbadbb242fb75e35ce419a1e4a3d5;hpb=a5118bb7ee4c0ed9c5cea3dcb2243738381467d6;p=mirror%2Fdsa-puppet.git diff --git a/data/common.yaml b/data/common.yaml index 4abd2a244..b9e458947 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -31,6 +31,7 @@ roles::dns_primary::allow_access: - '2a01:3f0:0:27::24' - '2a01:3f0:0:28::25' postgres::backup_cluster::db_backup_role: 'debian-backup' +postgres::backup_server::globals::backup_unix_user: 'debbackup' # bacula # bacula::email_all: 'bacula-reports@admin.debian.org' @@ -47,6 +48,9 @@ bacula::director::pool_name: 'debian' bacula::client::director_server: dinis.debian.org bacula::client::storage_server: storace.debian.org +roles::debsources::db_address: bmdb1.debian.org +roles::debsources::db_port: 5440 + # == other variables ##################### @@ -68,16 +72,5 @@ paths: auto_clientcerts_dir: '/srv/puppet.debian.org/ca/RESULT/clientcerts' apt::sources::debian::location: 'https://deb.debian.org/debian/' - -# all of these should be retired in favour of including the class role -# with the host. weasel, 2019-09 -roles: - postgresql_server: - # these use pg-receive-file-from-backup which is defined in the - # postgres::backup_source class. This should be - # cleaned up and handled properly, including the ssh auth keys setup - - lw07.debian.org - - snapshotdb-manda-01.debian.org - classes: - base::includes