diff --git a/data/hostname/ns0.euwest.azure.internal.softwareheritage.org.yaml b/data/hostname/ns0.euwest.azure.internal.softwareheritage.org.yaml new file mode 100644 index 00000000..46ff8f7f --- /dev/null +++ b/data/hostname/ns0.euwest.azure.internal.softwareheritage.org.yaml @@ -0,0 +1,2 @@ +dns::local_cache: false +dns::nameservers: "%{alias('dns::forwarders')}" diff --git a/site-modules/profile/manifests/bind_server_secondary.pp b/site-modules/profile/manifests/bind_server_secondary.pp new file mode 100644 index 00000000..9964d173 --- /dev/null +++ b/site-modules/profile/manifests/bind_server_secondary.pp @@ -0,0 +1,3 @@ +class profile::bind_server_secondary { + +} diff --git a/site-modules/role/manifests/swh_nameserver_secondary.pp b/site-modules/role/manifests/swh_nameserver_secondary.pp new file mode 100644 index 00000000..b0668faf --- /dev/null +++ b/site-modules/role/manifests/swh_nameserver_secondary.pp @@ -0,0 +1,4 @@ +class role::swh_nameserver_secondary inherits role::swh_base { + include profile::bind_server_secondary + include profile::puppet::agent +}