Sha256: 93bd1cacd87bae5669f07e850739208564b430c5bb4f144f5b4537e2f6f97921

Contents?: true

Size: 279 Bytes

Versions: 69

Compression:

Stored size: 279 Bytes

Contents

$TTL 1d
@ IN  SOA localhost. root.localhost. (
   <%= Time.now.utc.to_i %>   ; Serial
           1w   ; Refresh
           1d   ; Retry
           4w   ; Expire
           1d ) ; Negative Cache TTL
;
@ IN  NS  localhost.
<% @records.each do |record| -%>
<%= record %>
<% end -%>

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
testlab-1.15.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.15.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.14.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.13.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.12.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.11.7 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.11.6 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.11.5 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.11.4 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.11.3 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.11.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.11.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.11.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.10.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.9.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.9.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.9.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.8.5 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.8.4 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.8.3 lib/testlab/provisioners/templates/bind/bind-db.erb