X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=hieradata%2Fcommon.yaml;h=e18cf6899ca745f1118587f46316eac7a587a0df;hb=524d3a0c93f8544f6ee9d1505416fa969773db7d;hp=c7763612ee4b764d7572aaf7cf7741b7ce0e9fd8;hpb=5e11a155c123a5acb7c9001a18e442c7d29c095e;p=mirror%2Fdsa-puppet.git diff --git a/hieradata/common.yaml b/hieradata/common.yaml index c7763612e..e18cf6899 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -1,7 +1,14 @@ --- -nameservers: [] -searchpaths: [] -resolvoptions: [] + +lookup_options: + # with merge: unique entries in other hiera sources add to the array + resolv::searchpaths: + merge: unique + apt::sources::debian::location: + merge: unique + +resolv::nameservers: [] +resolv::searchpaths: ['debian.org'] allow_dns_query: [] role_config__mirrors: mirror_basedir_prefix: '/srv/mirrors/' @@ -18,6 +25,13 @@ paths: letsencrypt_dir: '/srv/puppet.debian.org/from-letsencrypt' auto_certs_dir: '/srv/puppet.debian.org/ca/RESULT/certs' auto_clientcerts_dir: '/srv/puppet.debian.org/ca/RESULT/clientcerts' +apt::sources::debian::location: 'https://deb.debian.org/debian/' + +staticsync::user: 'staticsync' +staticsync::basedir: '/srv/static.debian.org' + +# all of these should be retired in favour of including the class role +# with the host. weasel, 2019-09 roles: bugsmx: - buxtehude.debian.org @@ -28,8 +42,6 @@ roles: bugs_base: - buxtehude.debian.org - beach.debian.org - buildd_master: - - wuiet.debian.org contributors: - nono.debian.org dbmaster: @@ -59,8 +71,6 @@ roles: - adayevskaya.debian.org historicalpackages: - hier.debian.org - jenkins: - - jerea.debian.org keyring: - kaufmann.debian.org lists: @@ -98,8 +108,6 @@ roles: pubsub: - rainier.debian.org - rapoport.debian.org - puppetmaster: - - handel.debian.org qamaster: - quantz.debian.org rtmaster: @@ -171,11 +179,6 @@ roles: - ticharich.debian.org - wilder.debian.org - wuiet.debian.org - static_master: - - dillon.debian.org - - fasolo.debian.org - - porta.debian.org - - static-master-grnet-01.debian.org static_mirror: - klecker.debian.org - mirror-anu.debian.org @@ -215,6 +218,7 @@ roles: - mirror-isc.debian.org - mirror-umn.debian.org - schmelzer.debian.org + - smit.debian.org tracker: - ticharich.debian.org udd: @@ -337,7 +341,6 @@ roles: - melartin.debian.org - sallinen.debian.org - seger.debian.org - - sibelius.debian.org - snapshotdb-manda-01.debian.org - vittoria.debian.org salsa.debian.org: @@ -374,3 +377,6 @@ roles: - lw08.debian.org anonscm: - cgi-grnet-01.debian.org + +classes: + - base::includes