Sha256: c11d7c336c39119c6432e7964c1da32b3870f4ca9fdf1245c3afccc0ff3a2aff

Contents?: true

Size: 333 Bytes

Versions: 44

Compression:

Stored size: 333 Bytes

Contents

interface "eth0" {
#  <%= @search_domains.join(", ") %>
<% if @search_domains.size > 0 %>
  supersede domain-search <%= @search_domains.map{|dom| dom = '"'+dom+'"' }.join(", ") %>;
<% end %>
<% if node['ad']['dc_ips'].size > 0 %>
  prepend domain-name-servers <%= node['ad']['dc_ips'].join(", ") %>;
<% end rescue NoMethodError %>
}

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
cloud-mu-3.6.10 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.6.9 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.6.8 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.6.7 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.6.5 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.6.4 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.6.3 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.5.1 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.5.0 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.4.0 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.3.2 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.3.1 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.3.0 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.2.0 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.1.6 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.1.5 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.1.4 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.1.3 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.1.2 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb
cloud-mu-3.1.2beta2 cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb