diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 13:58:44 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 13:58:44 +0200 |
commit | bc936ef575e9f7131592895a3c5074478d9fc24a (patch) | |
tree | d8b554872d7497006f99f10defbf5310b284eda4 /deployment/dns | |
parent | da253b5b17adbf3d411c9d22b29555ddece6eb17 (diff) | |
download | puppet-bc936ef575e9f7131592895a3c5074478d9fc24a.tar puppet-bc936ef575e9f7131592895a3c5074478d9fc24a.tar.gz puppet-bc936ef575e9f7131592895a3c5074478d9fc24a.tar.bz2 puppet-bc936ef575e9f7131592895a3c5074478d9fc24a.tar.xz puppet-bc936ef575e9f7131592895a3c5074478d9fc24a.zip |
Add pg dns entry
Diffstat (limited to 'deployment/dns')
-rwxr-xr-x | deployment/dns/templates/mageia.org.zone | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 3a0d01e8..5ed230ea 100755 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -7,7 +7,7 @@ ; $Id$ $TTL 30m @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2017040506 ; Serial + 2017040601 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -117,6 +117,7 @@ treasurer IN CNAME alamut bugs-dev IN CNAME sucuk check IN CNAME sucuk nav IN CNAME sucuk +pg IN CNAME sucuk www IN CNAME sucuk ; build nodes aliases |