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.22.4 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.22.3 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.22.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.22.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.22.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.21.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.21.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.20.6 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.20.5 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.20.4 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.20.3 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.20.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.20.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.20.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.19.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.18.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.18.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.17.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.16.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-1.16.0 lib/testlab/provisioners/templates/bind/bind-db.erb