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.8.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.8.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.8.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.7.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.7.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.6.6 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.6.5 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.6.4 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.6.3 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.6.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.6.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.6.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.5.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.5.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.4.4 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.4.3 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.4.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.4.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.4.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.3.2 lib/testlab/provisioners/templates/bind/bind-db.erb