diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-08-16 23:28:57 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-08-16 23:28:57 +0000 |
commit | 5a2946158ac104ef6096bf048619cf15a5378c41 (patch) | |
tree | d4c3c537723a6e39f0d2ed725cac8cfc4c85ce07 /deployment | |
parent | 897319f2b0bc49d81d0c73a0963f2f085fbeb4c0 (diff) | |
download | puppet-5a2946158ac104ef6096bf048619cf15a5378c41.tar puppet-5a2946158ac104ef6096bf048619cf15a5378c41.tar.gz puppet-5a2946158ac104ef6096bf048619cf15a5378c41.tar.bz2 puppet-5a2946158ac104ef6096bf048619cf15a5378c41.tar.xz puppet-5a2946158ac104ef6096bf048619cf15a5378c41.zip |
add binrepo hostname
Diffstat (limited to 'deployment')
-rw-r--r-- | 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 2780b9e3..286f1010 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -3,7 +3,7 @@ ; $Id$ $TTL 1D @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2011061004 ; Serial + 2011081700 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire @@ -84,6 +84,7 @@ tmp IN CNAME alamut puppetmaster IN CNAME valstar pkgsubmit IN CNAME valstar +binrepo IN CNAME valstar repository IN CNAME valstar ldap IN CNAME valstar |