lib/testlab/node/templates/bind-db.erb in testlab-0.0.4 vs lib/testlab/node/templates/bind-db.erb in testlab-0.1.0
- old
+ new
@@ -1,7 +1,7 @@
$TTL 1d
@ IN SOA localhost. root.localhost. (
- 0 ; Serial
+ <%= Time.now.to_i %> ; Serial
1w ; Refresh
1d ; Retry
4w ; Expire
1d ) ; Negative Cache TTL
;