diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-04 16:50:03 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-04 16:50:03 +0000 |
commit | aa733f1a5a0d340c357ce94bfc00971870832255 (patch) | |
tree | 773a7ceea5cc9c728f4fe1a9ab5d477029534a76 /modules | |
parent | ef24fc2064b389fa54367610dc014e4afd658122 (diff) | |
download | puppet-aa733f1a5a0d340c357ce94bfc00971870832255.tar puppet-aa733f1a5a0d340c357ce94bfc00971870832255.tar.gz puppet-aa733f1a5a0d340c357ce94bfc00971870832255.tar.bz2 puppet-aa733f1a5a0d340c357ce94bfc00971870832255.tar.xz puppet-aa733f1a5a0d340c357ce94bfc00971870832255.zip |
- fix the header stolen from zarb
- add identity vhost
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bind/templates/zones/mageia.org.zone | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/bind/templates/zones/mageia.org.zone b/modules/bind/templates/zones/mageia.org.zone index e53d6681..175d69e5 100644 --- a/modules/bind/templates/zones/mageia.org.zone +++ b/modules/bind/templates/zones/mageia.org.zone @@ -1,9 +1,9 @@ -; cfengine-distributed file +; puppet-distributed file ; local modifications will be lost ; $Id$ $TTL 3D @ IN SOA ns0.zarb.org. mageia.org. ( - 2010110202 ; Serial + 2010110203 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire @@ -65,6 +65,8 @@ donation IN CNAME www-aufml puppetmaster IN CNAME valstar pkgsubmit IN CNAME valstar +identity IN CNAME alamut + ; temporary ;forum IN A 140.211.167.148 ;wiki IN A 88.191.83.84 |