Sha256: cd67d7f82cf4e5520db899de1e92940c41828bf80b5b7459ada7210c77b81bd5

Contents?: true

Size: 275 Bytes

Versions: 60

Compression:

Stored size: 275 Bytes

Contents

$TTL 1d
@ IN  SOA localhost. root.localhost. (
   <%= Time.now.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

60 entries across 60 versions & 1 rubygems

Version Path
testlab-0.9.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.9.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.8.6 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.8.5 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.8.4 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.8.3 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.8.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.8.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.8.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.7.6 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.7.5 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.7.4 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.7.3 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.7.2 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.7.1 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.7.0 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.6.17 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.6.16 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.6.15 lib/testlab/provisioners/templates/bind/bind-db.erb
testlab-0.6.14 lib/testlab/provisioners/templates/bind/bind-db.erb